Skip to content

Commit 11cbd74

Browse files
committed
Fix notify auto update
1 parent 69f9076 commit 11cbd74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import PasswordDialog from '@/components/PasswordDialog.vue'
1515
import FileServerView from "@/components/FileServerView.vue";
1616
import {useGlobalStatus} from "@/composables/useGlobalStatus.js";
1717
import {useService} from "@/composables/useService.js";
18-
import ReloadPrompt from "@/components/ReloadPrompt.vue";
18+
import UpdatedPrompt from "@/components/UpdatedPrompt.vue";
1919
2020
const passwordDialog = ref()
2121
@@ -231,7 +231,7 @@ const handleFileUpload = async (file) => {
231231
</v-snackbar>
232232

233233
<PasswordDialog ref="passwordDialog" />
234-
<ReloadPrompt />
234+
<UpdatedPrompt />
235235

236236
</v-main>
237237
</v-app>

0 commit comments

Comments
 (0)