Skip to content

Commit

Permalink
feat: temp
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Aug 2, 2024
1 parent 67ff51c commit 26494d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export const WidgetEventEditPlain = ({
}: PlainProps) => {
useEffect(() => inMemoryFileStore.clear, []);
const dispatch = useDispatch();

const supportsChangelog = useFeature(FEATURES.changelogs);
const { currentPageMode } = useEnrollmentEditEventPageMode(eventStatus);
const { orgUnit, error } = useCoreOrgUnit(orgUnitId);
Expand Down

0 comments on commit 26494d4

Please sign in to comment.