mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 23:04:06 +00:00
Fix type error in BaseViewTemplate (#2245)
This commit is contained in:
@@ -28,7 +28,7 @@ import { electronAPI, isElectron } from '@/utils/envUtil'
|
||||
|
||||
const props = withDefaults(
|
||||
defineProps<{
|
||||
dark: boolean
|
||||
dark?: boolean
|
||||
}>(),
|
||||
{
|
||||
dark: false
|
||||
|
||||
Reference in New Issue
Block a user