Skip to content

Commit

Permalink
Expected to find element: [data-sidebar=content], but never found it…
Browse files Browse the repository at this point in the history
… solved
  • Loading branch information
modamaan committed Jan 8, 2025
1 parent 7911c3e commit 7e7b91e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Facility/FacilityHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const FacilityHome = ({ facilityId }: Props) => {
authUser.user_type === "StateAdmin";

return (
<div>
<div data-sidebar="content">
<ConfirmDialog
title={t("delete_item", { name: facilityData?.name })}
description={
Expand Down
1 change: 1 addition & 0 deletions src/components/Schedule/Appointments/AppointmentsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export default function AppointmentsPage(props: { facilityId?: string }) {
</TabsList>
</Tabs>
}
data-sidebar="content"
>
<div className="mt-4 py-4 flex flex-col md:flex-row gap-4 justify-between border-t border-gray-200">
<div className="flex flex-col md:flex-row gap-4 items-start md:items-center">
Expand Down

0 comments on commit 7e7b91e

Please sign in to comment.