diff --git a/webui/src/components/ab-image.vue b/webui/src/components/ab-image.vue index 495d9b4b..d1ed3bad 100644 --- a/webui/src/components/ab-image.vue +++ b/webui/src/components/ab-image.vue @@ -3,7 +3,7 @@ import { ErrorPicture } from '@icon-park/vue-next'; withDefaults( defineProps<{ - src?: string; + src?: string | null; aspectRatio?: number; objectFit?: 'fill' | 'contain' | 'cover' | 'none' | 'scale-down'; }>(),