aq-fe-framework 0.1.200 → 0.1.201
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7068,6 +7068,11 @@ function BasicAppShell({ children, menu, extraTopRight, title }) {
|
|
7068
7068
|
};
|
7069
7069
|
}
|
7070
7070
|
}, [GetAQModule_query.data]);
|
7071
|
+
useEffect9(() => {
|
7072
|
+
const data = GetAQModule_query.data;
|
7073
|
+
if (!data) return;
|
7074
|
+
document.title = data.name || "";
|
7075
|
+
}, [GetAQModule_query.data]);
|
7071
7076
|
return /* @__PURE__ */ jsxs27(
|
7072
7077
|
AppShell,
|
7073
7078
|
{
|
@@ -66,7 +66,7 @@ import {
|
|
66
66
|
useS_BasicAppShell,
|
67
67
|
useS_ButtonImport,
|
68
68
|
utils_layout_getItemsWithoutLinks
|
69
|
-
} from "../chunk-
|
69
|
+
} from "../chunk-BQSJZ3WA.mjs";
|
70
70
|
import "../chunk-J76K4YUA.mjs";
|
71
71
|
import "../chunk-Y3YGC5IH.mjs";
|
72
72
|
import "../chunk-5U2JSHSJ.mjs";
|