Skip to content

Commit 9cbf118

Browse files
authored
Update enum.svelte
1 parent 25c21a7 commit 9cbf118

File tree

1 file changed

+5
-5
lines changed
  • src/routes/console/project-[project]/databases/database-[database]/collection-[collection]/attributes

1 file changed

+5
-5
lines changed

src/routes/console/project-[project]/databases/database-[database]/collection-[collection]/attributes/enum.svelte

+5-5
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,16 @@
8080
}
8181
].filter(Boolean);
8282
</script>
83+
8384
<InputTags
8485
id="elements"
8586
label="Elements"
8687
bind:tags={data.elements}
8788
placeholder="Add elements here"
88-
tooltip = "Enum elements have a maximum length of 255 characters. This limit can not be exceeded."
89-
required
90-
>
91-
</InputTags>
92-
89+
tooltip="Enum elements have a maxiumum length of 255 characters. This limit can not be exceeded."
90+
required>
91+
</InputTags>
92+
9393
<InputSelect
9494
id="default"
9595
label="Default value"

0 commit comments

Comments
 (0)