fix(frontend): Revert component input panel change (#1092)

This commit is contained in:
Ádám Kovács
2023-01-11 16:56:58 +01:00
committed by GitHub
parent aa7d4a621a
commit dbcc6f5792

View File

@@ -151,7 +151,7 @@ declare const ${k} = ${JSON.stringify(v)};
<InputsSpecsEditor
shouldCapitalize={false}
bind:inputSpecs={component.configuration}
bind:inputSpecs={component.componentInput.fields}
userInputEnabled={component.type !== 'buttoncomponent'}
{rowColumns}
/>