Succes messaged changed

This commit is contained in:
KarthiKKVardhan 2026-05-13 15:28:26 +05:30
parent 3728cc82cc
commit 0fa0510849

View File

@ -162,7 +162,7 @@ const ManageSubmissions = () => {
const ok = (response && response.data) || response?.status === 200 || response?.status === 'success';
if (ok) {
showToast('success', 'Submission approved successfully');
showToast('success', 'Submission has been approved');
// Refresh the submissions list
const data = await fetchDashboardData(selectedQuarter, selectedYear);
const userProfile = JSON.parse(localStorage.getItem("user_profile"));