mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: url not bein nullable
This commit is contained in:
+1
@@ -15,5 +15,6 @@
|
||||
{optionalText}
|
||||
placeholder="Enter URL"
|
||||
showLabel={!!label?.length}
|
||||
nullable={!attribute.required}
|
||||
required={attribute.required}
|
||||
bind:value />
|
||||
|
||||
Reference in New Issue
Block a user