diff --git a/interface/src/framework/system/UploadDownload.tsx b/interface/src/framework/system/UploadDownload.tsx
index 9cb9d4b68..bf3e535a1 100644
--- a/interface/src/framework/system/UploadDownload.tsx
+++ b/interface/src/framework/system/UploadDownload.tsx
@@ -169,13 +169,9 @@ const UploadDownload: FC = () => {
};
const downloadSchedule = async () => {
- await getSchedule()
- .catch((error: Error) => {
- toast.error(error.message);
- })
- .finally(() => {
- toast.info(LL.DOWNLOAD_SUCCESSFUL());
- });
+ await getSchedule().catch((error: Error) => {
+ toast.error(error.message);
+ });
};
const callAPI = async (device: string, entity: string) => {
diff --git a/interface/src/project/SchedulerDialog.tsx b/interface/src/project/SchedulerDialog.tsx
index a336fb731..c1eff1a4d 100644
--- a/interface/src/project/SchedulerDialog.tsx
+++ b/interface/src/project/SchedulerDialog.tsx
@@ -159,7 +159,7 @@ const SchedulerDialog = ({
-
+
-
+
{isTimer ? (
-
{isOnChange ? (
-
{isCondition ? (
-
-
+
+
+ }
+ label={LL.ACTIVE()}
/>
- }
- label={LL.ACTIVE()}
- />
-
-
- {isCondition || isOnChange ? (
-
+
+ {isCondition || isOnChange ? (
+
+ ) : (
+ <>
+
+ {isTimer && (
+
+
+ {LL.SCHEDULER_HELP_2()}
+
+
+ )}
+ >
+ )}
+
+
- ) : (
- <>
-
- {isTimer && (
-
- {LL.SCHEDULER_HELP_2()}
-
- )}
- >
- )}
-
-
-
-
+
+
+ >
+ )}
{!creating && (