refactor: improve board manage page (#323)
* refactor: improve board manage page * chore: address pull request feedback
This commit is contained in:
@@ -57,5 +57,5 @@ export const AddBoardModal = createModal<InnerProps>(
|
||||
);
|
||||
},
|
||||
).withOptions({
|
||||
defaultTitle: (t) => t("management.page.board.button.create"),
|
||||
defaultTitle: (t) => t("management.page.board.action.new.label"),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user