refactor: drawers refactored

This commit is contained in:
2025-09-06 11:09:42 +04:00
parent 67780b5251
commit d76dc82cb8
44 changed files with 239 additions and 227 deletions

View File

@ -69,7 +69,7 @@ const StatusMenu: FC<Props> = ({
e.stopPropagation();
if (!board) return;
openDrawer({
key: "boardStatusesEditorDrawer",
key: "statusesMobileEditorDrawer",
props: {
board,
},