2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00

pass canCreate to List.vue as prop

This commit is contained in:
Abdallah A. Zaqout 2023-06-03 17:14:55 +03:00 committed by Alan
parent a956d74679
commit 3d9dd9c02b

View File

@ -26,6 +26,7 @@
:schemaName="schemaName"
:listConfig="listConfig"
:filters="filters"
:canCreate="canCreate"
class="flex-1 flex h-full"
@openDoc="openDoc"
@updatedData="updatedData"