Fix inconsistent task notifications (#1103)

This commit is contained in:
Shuchang Zheng
2024-11-01 05:42:43 -07:00
committed by GitHub
parent de19cefa64
commit f9b7df8efc
3 changed files with 6 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ function SavedTasks() {
},
onSuccess: (response) => {
toast({
variant: "success",
title: "New template created",
description: "Your template was created successfully",
});