Removed NPS Survey from DE since it has been moved to the Overview Blade (#2027)

* Removed NPS Survey from DE since it has been moved to the Overview Blade

* Added ExplorerBindings back

* Moved applyExplorerBindings back to original place
This commit is contained in:
JustinKol
2025-02-05 13:30:03 -05:00
committed by GitHub
parent 213d1c68fe
commit 5945e3cb6b
3 changed files with 1 additions and 34 deletions

View File

@@ -96,7 +96,6 @@ export function useKnockoutExplorer(platform: Platform): Explorer {
useEffect(() => {
if (explorer) {
applyExplorerBindings(explorer);
explorer.openNPSSurveyDialog();
}
}, [explorer]);