Update useReportEditor.tsx

This commit is contained in:
Nate Kelley 2025-08-08 17:42:11 -06:00
parent 9a88c67b9b
commit d888d4294c
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export const useReportEditor = ({
mode
}
})
];
].filter((p) => !filteredKeys.includes(p.key));
}, []);
return usePlateEditor({