Change not null button title from nullable to not null (#66)
This commit is contained in:
parent
3a580149be
commit
3c7c0eafde
@ -123,7 +123,7 @@ export default function TableField({ data, tid, index }) {
|
||||
<Col span={3}>
|
||||
<Button
|
||||
type={data.notNull ? "primary" : "tertiary"}
|
||||
title="Nullable"
|
||||
title="Not Null"
|
||||
theme={data.notNull ? "solid" : "light"}
|
||||
onClick={() => {
|
||||
setUndoStack((prev) => [
|
||||
|
Loading…
Reference in New Issue
Block a user