mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 09:42:15 +01:00
Prefill project name in create modal
Add optional initialProjectName prop to ProjectCreateModal and use it to initialize the project's name. Pass the TimeTracker dropdown's searchValue as initial-project-name so the create form is prefilled.
This commit is contained in:
committed by
Gregor Vostrak
parent
815abb5980
commit
b1287c6a0a
@@ -664,7 +664,8 @@ const showCreateProject = ref(false);
|
||||
:organization-billable-rate="organizationBillableRate"
|
||||
:currency="currency"
|
||||
:clients="clients"
|
||||
:create-project></ProjectCreateModal>
|
||||
:create-project
|
||||
:initial-project-name="searchValue"></ProjectCreateModal>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user