mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 05:04:10 +00:00
Merge pull request #4739 from strapi/fix/ctm-edit
Fix ctm wrong usage of useGlobalContext
This commit is contained in:
commit
7aae0b8bc2
@ -73,7 +73,7 @@ function Row({ goTo, isBulkable, row, headers }) {
|
||||
[row, schema]
|
||||
);
|
||||
|
||||
const { emitEvent } = useGlobalContext;
|
||||
const { emitEvent } = useGlobalContext();
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user