mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix new column key setter
This commit is contained in:
@@ -89,7 +89,7 @@ export default function NewColumn({
|
||||
onChange={(e) => {
|
||||
setColumnLabel(e.target.value);
|
||||
if (type !== FieldType.id && !isAuditField) {
|
||||
setFieldKey(_camel(columnLabel));
|
||||
setFieldKey(_camel(e.target.value));
|
||||
}
|
||||
}}
|
||||
helperText="Set the user-facing name for this column."
|
||||
|
||||
Reference in New Issue
Block a user