mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
Add app command/search (#622)
This commit is contained in:
@ -30,6 +30,7 @@ export function SiteSwitch() {
|
||||
|
||||
if (storedSite && page.props.server_sites && !page.props.server_sites.find((site) => site.id === storedSite.id)) {
|
||||
siteHelper.storeSite();
|
||||
setSelectedSite(null);
|
||||
}
|
||||
|
||||
const handleSiteChange = (site: Site) => {
|
||||
|
Reference in New Issue
Block a user