fix:update document title in Apps component (#2404)
This commit is contained in:
parent
70992609d4
commit
517f6d1a26
4 changed files with 1 additions and 4 deletions
|
|
@ -53,7 +53,7 @@ const Apps = () => {
|
|||
]
|
||||
|
||||
useEffect(() => {
|
||||
document.title = `${t('app.title')} - 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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue