improvement: treatment preview wizard optimized. comments component updated and unified accross the app.
This commit is contained in:
@@ -182,6 +182,7 @@ export function CaseTasksFocusView({ token }: CaseTasksFocusViewProps) {
|
||||
<section className="surface-card p-3 sm:p-4 min-w-0 overflow-x-hidden">
|
||||
<LabCaseCommentsPanel
|
||||
caseId={session.labCaseId}
|
||||
viewerSide={session.accessMode === 'lab' ? 'LAB' : 'CLINIC'}
|
||||
canPost={canPostComments}
|
||||
canToggleVisibility={canToggleCommentVisibility}
|
||||
loadComments={async () => {
|
||||
|
||||
Reference in New Issue
Block a user