removed ! character from copy
This commit is contained in:
parent
f25fd49686
commit
8b7ca71f2c
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ export function TaskProvider({ children }: { children: React.ReactNode }) {
|
||||||
newTask.status === "completed"
|
newTask.status === "completed"
|
||||||
) {
|
) {
|
||||||
// Task just completed - show success toast
|
// Task just completed - show success toast
|
||||||
toast.success("Task completed successfully!", {
|
toast.success("Task completed successfully", {
|
||||||
description: `Task ${newTask.task_id} has finished processing.`,
|
description: `Task ${newTask.task_id} has finished processing.`,
|
||||||
action: {
|
action: {
|
||||||
label: "View",
|
label: "View",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue