Skip to content

Commit 1f97c75

Browse files
mohd-akramdziraf
authored andcommitted
fix: allow editing non-generated ids
1 parent d18fffe commit 1f97c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Property.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class Property extends BaseProperty {
1515
}
1616

1717
public isEditable(): boolean {
18-
return !this.isId()
18+
return !this.column.isGenerated
1919
&& !this.column.isCreateDate
2020
&& !this.column.isUpdateDate
2121
}

0 commit comments

Comments
 (0)