@ -82,7 +82,7 @@ export function EnvironmentUI(props: EnvironmentProps) {
intl.formatMessage({id:'udapp.cancel'}),
null
)
}elseprops.runTabPlugin.call('notification','toast',`VM state doesn't exist for selected environment.`)
}elseprops.runTabPlugin.call('notification','toast',`State not available to fork, as no transactions have been made for selected environment & selected workspace.`)
}
constdeleteVmState=async()=>{
@ -109,7 +109,7 @@ export function EnvironmentUI(props: EnvironmentProps) {
intl.formatMessage({id:'udapp.cancel'}),
null
)
}elseprops.runTabPlugin.call('notification','toast',`VM state doesn't exist for selected environment.`)
}elseprops.runTabPlugin.call('notification','toast',`State not available to delete, as no transactions have been made for selected environment & selected workspace.`)