Update +page.svelte

This commit is contained in:
Harsh Mahajan
2025-08-12 16:02:59 +05:30
committed by GitHub
parent 4b65e7ee11
commit 07fc735a9e
@@ -192,7 +192,7 @@
showActions={$canWriteRows}
actions={{
primary: {
text: 'Create row',
text: 'Create rows',
onClick: () => {
$showRecordsCreateSheet.show = true;
}