From 17dda370c085fd916d03980fb2474c86b70f1e0b Mon Sep 17 00:00:00 2001 From: "aishwarya.srivastava" Date: Thu, 28 Nov 2024 17:50:49 +0530 Subject: [PATCH] NTP-14132| changed toast name --- src/screens/addressGeolocation/utils/operativeHourUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/addressGeolocation/utils/operativeHourUtils.ts b/src/screens/addressGeolocation/utils/operativeHourUtils.ts index 1cbe2ba8..3dc7fb70 100644 --- a/src/screens/addressGeolocation/utils/operativeHourUtils.ts +++ b/src/screens/addressGeolocation/utils/operativeHourUtils.ts @@ -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;