mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
change the event name
This commit is contained in:
parent
81de74f48a
commit
2ccfea821f
@ -513,7 +513,7 @@ const FormModal = () => {
|
||||
onCloseModal();
|
||||
|
||||
if (modifiedData?.displayName !== allDataSchema?.contentType?.schema?.displayName) {
|
||||
trackUsage('didEditFieldOnContentTypeInCTB');
|
||||
trackUsage('didEditFieldNameOnContentType');
|
||||
}
|
||||
|
||||
submitData(modifiedData);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user