remove typo

This commit is contained in:
dklimpel 2024-02-06 12:26:50 +01:00
parent 04b653fe6c
commit fd74720959

View File

@ -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);