bugfix: organization sidebar icon updated like organization switch feature.
This commit is contained in:
@@ -9,7 +9,7 @@ import { Button } from '@/components/ui/shared/Button';
|
||||
import { Dropdown } from '@/components/ui/shared/Dropdown';
|
||||
import { SearchBar } from '@/components/ui/shared/SearchBar';
|
||||
import { Toast } from '@/components/ui/shared/Toast';
|
||||
import { compareLocalDayStart, isSameLocalCalendarDay, startOfLocalDay } from '@/lib/appointmentTime';
|
||||
import { compareLocalDayStart, isSameLocalCalendarDay, startOfLocalDay } from '@/components/appointments/appointmentTime';
|
||||
import {
|
||||
fetchLinkedOrganizations,
|
||||
fetchMyAppointmentsForDay,
|
||||
@@ -17,7 +17,7 @@ import {
|
||||
saveTreatmentDraft,
|
||||
sendTreatmentRecord,
|
||||
} from '@/lib/mocks/treatmentMockApi';
|
||||
import { pickAutoAppointment } from '@/lib/treatmentSelection';
|
||||
import { pickAutoAppointment } from '@/components/shared/treatmentSelection';
|
||||
import { canEditTreatment } from '@/components/shared/permissions';
|
||||
import type { Organization } from '@/types/organization';
|
||||
import type {
|
||||
|
||||
Reference in New Issue
Block a user