mirror of
https://github.com/strapi/strapi.git
synced 2025-11-13 16:52:18 +00:00
Remove comments
This commit is contained in:
parent
8eff28bf88
commit
f9fedb4739
@ -68,7 +68,6 @@ const forms = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (injectedInputs) {
|
if (injectedInputs) {
|
||||||
// TODO: Discuss how to handle settings from other plugins
|
|
||||||
const extendedSettings = {
|
const extendedSettings = {
|
||||||
sectionTitle: {
|
sectionTitle: {
|
||||||
id: getTrad('modalForm.custom-fields.advanced.settings.extended'),
|
id: getTrad('modalForm.custom-fields.advanced.settings.extended'),
|
||||||
|
|||||||
@ -14,7 +14,6 @@ const FormModalNavigationProvider = ({ children }) => {
|
|||||||
return {
|
return {
|
||||||
...prevState,
|
...prevState,
|
||||||
actionType: 'create',
|
actionType: 'create',
|
||||||
// TODO: Create a new modalType on EXPANSION-245
|
|
||||||
modalType: 'customField',
|
modalType: 'customField',
|
||||||
attributeType,
|
attributeType,
|
||||||
customFieldUid,
|
customFieldUid,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user