Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-brydon committed Feb 14, 2025
1 parent 4115701 commit 058665d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const CreateOrEditOutOfOfficeEntryModal = ({
}
}}>
<DialogContent
enabledOverflow
enableOverflow
onOpenAutoFocus={(event) => {
event.preventDefault();
}}>
Expand All @@ -149,7 +149,7 @@ export const CreateOrEditOutOfOfficeEntryModal = ({
onSubmit={handleSubmit((data) => {
createOrEditOutOfOfficeEntry.mutate(data);
})}>
<div className="scrollbar-thin h-full max-h-[80vh] overflow-y-scroll px-1">
<div className="h-full px-1">
<DialogHeader
title={
currentlyEditingOutOfOfficeEntry ? t("edit_an_out_of_office") : t("create_an_out_of_office")
Expand Down

0 comments on commit 058665d

Please sign in to comment.