summaryrefslogtreecommitdiff
path: root/pages/admin/models.vue
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-10-15 11:36:22 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-10-15 11:36:22 +0200
commit51143de16c323072c83f1968dfe31e2cf530d06c (patch)
tree0b57feb79f11864aa7519836a8e97f649cbd2f05 /pages/admin/models.vue
parent698d6cc72ec6a117fddc1cbd5a7fabb5884ed4df (diff)
Prop to delete row or not
Diffstat (limited to 'pages/admin/models.vue')
-rw-r--r--pages/admin/models.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/admin/models.vue b/pages/admin/models.vue
index 66f20cf..e1f65d7 100644
--- a/pages/admin/models.vue
+++ b/pages/admin/models.vue
@@ -9,6 +9,7 @@
:keys="['id', 'name', 'created', 'author', 'likes']"
:fields="models"
path="/models/"
+ :deleterow="true"
)
pagination(:page="page" :pages="pages" v-if="count" path="/admin/models")
</template>