We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9c859 commit 576862fCopy full SHA for 576862f
app/javascript/components/data-tables/datastore/schema/class-fields-editor.jsx
@@ -143,7 +143,6 @@ export const ClassFieldsEditor = (props) => {
143
}
144
};
145
146
- // const handleSchemaFieldChange = (aeClassId, val, fieldName) => {
147
const updateFieldValueInState = (fieldName, newValue) => {
148
// Update existing field in rows
149
setState((prevState) => {
@@ -280,7 +279,7 @@ export const ClassFieldsEditor = (props) => {
280
279
onSubmit={onModalSubmit}
281
onCancel={handleModalClose}
282
// canReset
283
- buttonsLabels={{ submitLabel: __('Acc/savw') }}
+ buttonsLabels={{ submitLabel: __('Save') }}
284
/>
285
</Modal>
286
</>
0 commit comments