diff --git a/services/web/frontend/js/shared/context/detach-compile-context.js b/services/web/frontend/js/shared/context/detach-compile-context.js index d2d043d130..e3cffc19ba 100644 --- a/services/web/frontend/js/shared/context/detach-compile-context.js +++ b/services/web/frontend/js/shared/context/detach-compile-context.js @@ -269,8 +269,8 @@ export function DetachCompileProvider({ children }) { const firstRenderDone = useDetachAction( 'firstRenderDone', _firstRenderDone, - 'detacher', - 'detached' + 'detached', + 'detacher' ) const setHasLintingError = useDetachAction( 'setHasLintingError',