Skip to content

Commit

Permalink
pass canCreate to List.vue as prop
Browse files Browse the repository at this point in the history
  • Loading branch information
zaqoutabed authored and 18alantom committed Jun 7, 2023
1 parent a956d74 commit 3d9dd9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/ListView/ListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
:schemaName="schemaName"
:listConfig="listConfig"
:filters="filters"
:canCreate="canCreate"
class="flex-1 flex h-full"
@openDoc="openDoc"
@updatedData="updatedData"
Expand Down

0 comments on commit 3d9dd9c

Please sign in to comment.