mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-08-29 10:43:56 +00:00
Change not null button title from nullable to not null (#66)
This commit is contained in:
@@ -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) => [
|
||||||
|
Reference in New Issue
Block a user