Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
90f8b29299
commit
c5659d3ae1
@@ -354,6 +354,15 @@ export function CaseTimeTab({ caseRecord, onInvoice }: CaseTimeTabProps) {
|
||||
}));
|
||||
}}
|
||||
/>
|
||||
|
||||
<ImportUnbilledDialog
|
||||
open={showImport}
|
||||
onOpenChange={setShowImport}
|
||||
kind="time"
|
||||
caseId={caseRecord.id}
|
||||
clientId={caseRecord.client_id ?? null}
|
||||
onImported={load}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user