mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-02 04:53:27 +00:00
fix: reset increment and default when change field (#896)
This commit is contained in:
@@ -179,6 +179,8 @@ export const TableField: React.FC<TableFieldProps> = ({
|
||||
characterMaximumLength,
|
||||
precision,
|
||||
scale,
|
||||
increment: undefined,
|
||||
default: undefined,
|
||||
type: dataTypeDataToDataType(
|
||||
dataType ?? {
|
||||
id: value as string,
|
||||
|
||||
Reference in New Issue
Block a user