Compare commits

...

1 Commits

Author SHA1 Message Date
alihamuh
53baa1a852 web: changed isChecked to checked 2024-03-28 00:01:15 +05:00

View File

@@ -74,7 +74,7 @@ const menuItems: (topic: any, items?: any[]) => MenuItem[] = (
type: "button",
key: "set-as-default",
title: "Set as default",
checked:
isChecked:
defaultNotebook?.id === topic.notebookId &&
defaultNotebook?.topic === topic.id,
icon: TopicIcon.path,