fix: Remove any extra Spaces in the title (#15841)

This commit is contained in:
Yi Feng
2025-03-14 17:12:29 +08:00
committed by GitHub
parent bf9b572bc3
commit 1a6298b6ea
4 changed files with 4 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ const Apps = () => {
]
useEffect(() => {
document.title = `${t('common.menus.apps')} - Dify`
document.title = `${t('common.menus.apps')} - Dify`
if (localStorage.getItem(NEED_REFRESH_APP_LIST_KEY) === '1') {
localStorage.removeItem(NEED_REFRESH_APP_LIST_KEY)
mutate()