Fix typo in method name
[MAILPOET-2463]
This commit is contained in:
committed by
Pavel Dohnal
parent
2a2d5da12f
commit
0cb0fff9b0
@@ -21,7 +21,7 @@ const AddCustomField = ({ clientId }) => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
const isCreating = useSelect(
|
const isCreating = useSelect(
|
||||||
(sel) => sel('mailpoet-form-editor').getIsCustomFieldCrating(),
|
(sel) => sel('mailpoet-form-editor').getIsCustomFieldCreating(),
|
||||||
[]
|
[]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@@ -59,7 +59,7 @@ export default {
|
|||||||
getDateSettingsData(state) {
|
getDateSettingsData(state) {
|
||||||
return state.dateSettingData;
|
return state.dateSettingData;
|
||||||
},
|
},
|
||||||
getIsCustomFieldCrating(state) {
|
getIsCustomFieldCreating(state) {
|
||||||
return state.isCustomFieldCreating;
|
return state.isCustomFieldCreating;
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user