Skip to content

Commit 794e0c8

Browse files
committed
Merge branch 'main' of https://github.com/drawdb-io/drawdb
2 parents fc904fb + b9215bc commit 794e0c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/EditorSidePanel/TablesTab/FieldDetails.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export default function FieldDetails({ data, tid, index }) {
6060
validateStatus={
6161
!data.values || data.values.length === 0 ? "error" : "default"
6262
}
63+
addOnBlur
6364
className="my-2"
6465
placeholder="Use ',' for batch input"
6566
onChange={(v) => updateField(tid, index, { values: v })}

0 commit comments

Comments
 (0)