Skip to content

Commit a9c74e7

Browse files
committed
react 1.0.3
1 parent 1b387d6 commit a9c74e7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ts/react/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmesh-network/xnode-manager-sdk-react",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/Openmesh-Network/xnode-manager-sdk.git"

ts/react/src/config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ export function useConfigChange(
7676
awaitRequest({ request: { session, path: { request_id } } }).then(() =>
7777
Promise.all(
7878
[
79+
queryClient.invalidateQueries({
80+
queryKey: ["useConfigContainers", session.baseUrl],
81+
}),
7982
...data
8083
.reduce((prev, cur) => {
8184
const container =

0 commit comments

Comments
 (0)