change billable rate input to use shadcn component

This commit is contained in:
Gregor Vostrak
2025-05-13 18:51:36 +02:00
parent d49082d7f3
commit 098ead8da6
5 changed files with 29 additions and 80 deletions

View File

@@ -128,7 +128,7 @@ const currentClientName = computed(() => {
</ClientDropdown>
</div>
</div>
<div class="lg:grid grid-cols-2 gap-12">
<div>
<div>
<ProjectEditBillableSection
v-model:is-billable="project.is_billable"