mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
feat: change Collection ID to Table ID in create table modal
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@
|
||||
bind:id
|
||||
required={false}
|
||||
autofocus={false}
|
||||
name="Collection"
|
||||
name="Table"
|
||||
on:input={() => {
|
||||
if (!touchedId) {
|
||||
touchedId = true;
|
||||
|
||||
Reference in New Issue
Block a user