remove typo
This commit is contained in:
parent
04b653fe6c
commit
fd74720959
@ -108,7 +108,7 @@ export const ServerNoticeButton = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export const ServerNoticeBulkButton = ({ body }) => {
|
||||
export const ServerNoticeBulkButton = () => {
|
||||
const { selectedIds } = useListContext();
|
||||
const [open, setOpen] = useState(false);
|
||||
const handleDialogOpen = () => setOpen(true);
|
||||
|
Loading…
Reference in New Issue
Block a user