mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 03:02:15 +01:00
move currency and cancreateproject permission to props to decouple TimeEntryCreateModal from web
This commit is contained in:
@@ -168,6 +168,8 @@ const { tags } = storeToRefs(useTagsStore());
|
||||
:create-client="createClient"
|
||||
:create-tag="createTag"
|
||||
:create-time-entry="createTimeEntry"
|
||||
:currency="getOrganizationCurrencyString()"
|
||||
:can-create-project="canCreateProjects()"
|
||||
:projects
|
||||
:tasks
|
||||
:tags
|
||||
|
||||
Reference in New Issue
Block a user