mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #2213 from appwrite/feat-SER-259-change-insert-to-create
This commit is contained in:
+1
-1
@@ -308,7 +308,7 @@
|
||||
title={$showCreateAttributeSheet.title}
|
||||
bind:show={$showCreateAttributeSheet.show}
|
||||
submit={{
|
||||
text: 'Insert',
|
||||
text: 'Create',
|
||||
onClick: async () => {
|
||||
await createColumn?.submit();
|
||||
},
|
||||
|
||||
+1
@@ -191,6 +191,7 @@
|
||||
showActions={$canWriteRows}
|
||||
actions={{
|
||||
primary: {
|
||||
text: 'Create rows',
|
||||
onClick: () => {
|
||||
$showRecordsCreateSheet.show = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user