Add success alert message after submitting weekly report
This commit is contained in:
parent
0fc8957e55
commit
7c73a01d4c
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ export default function NewWeeklyReport(): JSX.Element {
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
alert("Weekly report submitted successfully");
|
||||||
navigate(-1);
|
navigate(-1);
|
||||||
})();
|
})();
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue