CE-798 fix launching processes, because somehow that broke in here...

This commit is contained in:
2024-02-01 21:05:35 -06:00
parent ac97ac016d
commit 585294c06d
3 changed files with 63 additions and 40 deletions

View File

@ -104,7 +104,7 @@ function SavedViews({qController, metaData, tableMetaData, currentSavedView, vie
{
setSavedViewsHaveLoaded(true);
});
}, [location, tableMetaData, currentSavedView, view]) // todo#elimGrid does this monitoring work??
}, [location, tableMetaData])
/*******************************************************************************