mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-10 01:02:15 +01:00
Move tabs and TabBar into UI package
This commit is contained in:
@@ -42,6 +42,7 @@ const props = defineProps<{
|
||||
start?: string;
|
||||
end?: string;
|
||||
currency: string;
|
||||
organizationBillableRate: number | null;
|
||||
canCreateProject: boolean;
|
||||
}>();
|
||||
|
||||
@@ -165,6 +166,7 @@ const billableProxy = computed({
|
||||
:create-client
|
||||
:can-create-project
|
||||
:currency
|
||||
:organization-billable-rate="organizationBillableRate"
|
||||
:projects="projects"
|
||||
:tasks="tasks"
|
||||
:enable-estimated-time="enableEstimatedTime" />
|
||||
|
||||
Reference in New Issue
Block a user