File tree Expand file tree Collapse file tree
bookmark/components/modal
widgetify-card/overviewCards Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type { CurrencyColorMode } from '@/context/currency.context'
22import type { Theme } from '@/context/theme.context'
3- import type { TodoOptions } from '@/context/todo.context'
43import type { WidgetItem } from '@/context/widget-visibility.context'
54import type { Bookmark } from '@/layouts/bookmark/types/bookmark.types'
65import type { PetSettings } from '@/layouts/widgetify-card/pets/pet.context'
@@ -63,7 +62,6 @@ export interface StorageKV {
6362 } [ ]
6463 calendarDrawerState : boolean
6564 pets : PetSettings
66- todoOptions : TodoOptions
6765 youtubeSettings : {
6866 username : string | null
6967 subscriptionStyle : 'short' | 'long'
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ export function EditBookmarkModal({
7171
7272 const updateFormData : UpdateBookmarkUpdateFormData = ( key , value ) => {
7373 if ( key === 'icon' ) {
74+ // @ts -expect-error
7475 setIcon ( value || null )
7576 }
7677 setFormData ( ( prev ) => ( { ...prev , [ key ] : value } ) )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments