Merge branch 'master' into delFS

pull/5600/head
Aniket 1 month ago committed by GitHub
commit 0fcce58f5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      libs/remix-ui/environment-explorer/src/lib/components/environment-explorer-ui.tsx

@ -15,7 +15,7 @@ const defaultSections: environmentExplorerUIGridSections = {
title: 'Deploy to an In-browser Virtual Machine.',
keywords: ['Remix VMs'],
providers: [],
filterFn: (provider) => provider.isVM
filterFn: (provider) => provider.isVM && !provider.isForkedVM
},
'Forked States': {
title: 'Deploy to an In-browser Forked State.',

Loading…
Cancel
Save