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}>
|
<Col span={3}>
|
||||||
<Button
|
<Button
|
||||||
type={data.notNull ? "primary" : "tertiary"}
|
type={data.notNull ? "primary" : "tertiary"}
|
||||||
title="Nullable"
|
title="Not Null"
|
||||||
theme={data.notNull ? "solid" : "light"}
|
theme={data.notNull ? "solid" : "light"}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setUndoStack((prev) => [
|
setUndoStack((prev) => [
|
||||||
|
Loading…
Reference in New Issue
Block a user