Replace shouldSyncNameAndLabel with isLabelSyncedWithName (#8067)
For consistency. This was not deployed yet so allowing myself just to rename everything, meaning developers will need to reset their db.
This commit is contained in:
@ -82,8 +82,8 @@ export const SettingsObjectEdit = () => {
|
||||
) => {
|
||||
let values = formValues;
|
||||
if (
|
||||
formValues.shouldSyncLabelAndName === true ||
|
||||
activeObjectMetadataItem.shouldSyncLabelAndName === true
|
||||
formValues.isLabelSyncedWithName === true ||
|
||||
activeObjectMetadataItem.isLabelSyncedWithName === true
|
||||
) {
|
||||
values = {
|
||||
...values,
|
||||
|
||||
Reference in New Issue
Block a user