mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-19 05:32:16 +01:00
Move tabs and TabBar into UI package
This commit is contained in:
@@ -33,6 +33,7 @@ const props = defineProps<{
|
||||
currency: string;
|
||||
enableEstimatedTime: boolean;
|
||||
canCreateProject: boolean;
|
||||
organizationBillableRate: number | null;
|
||||
}>();
|
||||
|
||||
const emit = defineEmits<{
|
||||
@@ -58,6 +59,7 @@ const showMassUpdateModal = ref(false);
|
||||
:enable-estimated-time
|
||||
:can-create-project
|
||||
:currency
|
||||
:organization-billable-rate="organizationBillableRate"
|
||||
:time-entries="selectedTimeEntries"
|
||||
@submit="emit('submit')"></TimeEntryMassUpdateModal>
|
||||
<MainContainer
|
||||
|
||||
Reference in New Issue
Block a user