mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-01 19:20:10 +00:00
refactor(dialogService): convert static component imports to dynamic imports
Amp-Thread-ID: https://ampcode.com/threads/T-019bfe1a-8ac4-753e-a612-040f36dc66b9 Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
@@ -154,7 +154,7 @@ export const useFirebaseAuthStore = defineStore('firebaseAuth', () => {
|
||||
return
|
||||
}
|
||||
|
||||
useDialogService().showErrorDialog(error, {
|
||||
void useDialogService().showErrorDialog(error, {
|
||||
title: t('errorDialog.defaultTitle'),
|
||||
reportType: 'authenticationError'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user