feat: get notify from global info store

This commit is contained in:
amhsirak
2025-01-01 22:55:33 +05:30
parent a3337d7fcc
commit 24915a9341
2 changed files with 1 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose, initia
'SUNDAY'
];
const { recordingId } = useGlobalInfoStore();
const { recordingId, notify } = useGlobalInfoStore();
const deleteRobotSchedule = () => {
if (recordingId) {