NTP-14132| changed toast name

This commit is contained in:
aishwarya.srivastava
2024-11-28 17:50:49 +05:30
parent f1ce370ee2
commit 17dda370c0

View File

@@ -3,7 +3,7 @@ import { toast } from "@rn-ui-lib/components/toast";
export const handleClickPostOperativeHours = () => {
toast({
type: 'warn',
type: 'accessDenied',
text1: 'You will be able to add feedback only during work hours (8 AM to 7 PM).',
});
return;