Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Update DateOverrideInputDialog.tsx (calcom#11884)
Browse files Browse the repository at this point in the history
reduced the toast timeout, so button is not overlayed.
  • Loading branch information
bhanusingh008 authored Oct 14, 2023
1 parent 7f4b951 commit f0c10ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const DateOverrideForm = ({
color="primary"
type="submit"
onClick={() => {
showToast(t("date_successfully_added"), "success");
showToast(t("date_successfully_added"), "success", 500);
}}
disabled={selectedDates.length === 0}
data-testid="add-override-submit-btn">
Expand Down

0 comments on commit f0c10ba

Please sign in to comment.