Skip to content

Commit 3c7c0ea

Browse files
committed
Change not null button title from nullable to not null (#66)
1 parent 3a58014 commit 3c7c0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EditorSidePanel/TablesTab/TableField.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export default function TableField({ data, tid, index }) {
123123
<Col span={3}>
124124
<Button
125125
type={data.notNull ? "primary" : "tertiary"}
126-
title="Nullable"
126+
title="Not Null"
127127
theme={data.notNull ? "solid" : "light"}
128128
onClick={() => {
129129
setUndoStack((prev) => [

0 commit comments

Comments
 (0)