Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishith25 committed Feb 4, 2025
1 parent c13705a commit 97507c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Resource/ResourceCreate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,7 @@ export default function ResourceCreate(props: ResourceProps) {
title={t("create_resource_request")}
crumbsReplacements={{
[facilityId]: { name: facilityData?.name || "" },
resource: {
style: "pointer-events-none",
},
resource: { style: "pointer-events-none" },
}}
backUrl={`/facility/${facilityId}`}
>
Expand Down

0 comments on commit 97507c1

Please sign in to comment.