chore: update codegen config for enum naming convention (#9751)
Co-authored-by: etiennejouan <jouan.etienne@gmail.com>
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ export const SettingsIntegrationRemoteTableSyncStatusToggle = ({
|
||||
|
||||
return (
|
||||
<Toggle
|
||||
value={tableStatus === RemoteTableStatus.Synced}
|
||||
value={tableStatus === RemoteTableStatus.SYNCED}
|
||||
disabled={isToggleLoading}
|
||||
onChange={onChange}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user