You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/routes/console/project-[project]/databases/database-[database]/collection-[collection]/attributes/enum.svelte
+5-5
Original file line number
Diff line number
Diff line change
@@ -80,16 +80,16 @@
80
80
}
81
81
].filter(Boolean);
82
82
</script>
83
+
83
84
<InputTags
84
85
id="elements"
85
86
label="Elements"
86
87
bind:tags={data.elements}
87
88
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."
0 commit comments