mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 06:19:58 +00:00
[automated] Apply ESLint and Prettier fixes
This commit is contained in:
@@ -36,4 +36,4 @@ export function showConfirmDialog(options: ConfirmDialogOptions = {}) {
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,4 +56,4 @@ export function useFeatureFlags() {
|
||||
flags: readonly(flags),
|
||||
featureFlag
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -405,4 +405,4 @@ function createAssetService() {
|
||||
}
|
||||
}
|
||||
|
||||
export const assetService = createAssetService()
|
||||
export const assetService = createAssetService()
|
||||
|
||||
@@ -600,4 +600,4 @@ export const useDialogService = () => {
|
||||
showLayoutDialog,
|
||||
showNodeConflictDialog
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -283,4 +283,4 @@ export const useDialogStore = defineStore('dialog', () => {
|
||||
isDialogOpen,
|
||||
activeKey
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user