chore: enabling toast for some machine state

This commit is contained in:
Kevin Nadro
2025-04-15 10:49:12 -06:00
parent 0a2e668ee4
commit c68718d835
5 changed files with 33 additions and 5 deletions

View File

@ -9,8 +9,6 @@ import {
import { SystemIOMachineEvents } from '@src/machines/systemIO/utils'
import { useEffect } from 'react'
import { useNavigate } from 'react-router-dom'
import { projectsCommandBarConfig } from '@src/lib/commandBarConfigs/projectsCommandConfig'
import useStateMachineCommands from '@src/hooks/useStateMachineCommands'
export function SystemIOMachineLogicListener() {
const requestedProjectName = useRequestedProjectName()