mirror of https://github.com/buster-so/buster.git
Update useReportEditor.tsx
This commit is contained in:
parent
9a88c67b9b
commit
d888d4294c
|
@ -32,7 +32,7 @@ export const useReportEditor = ({
|
||||||
mode
|
mode
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
];
|
].filter((p) => !filteredKeys.includes(p.key));
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return usePlateEditor({
|
return usePlateEditor({
|
||||||
|
|
Loading…
Reference in New Issue