Skip to content

Commit 11258e7

Browse files
committed
Use share data on load
1 parent 1ee2b77 commit 11258e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llmstack/client/src/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import reportWebVitals from "./reportWebVitals";
1313
import HomePage from "./pages/Home";
1414
import {
1515
appsPageState,
16+
appRunShareState,
1617
profileState,
1718
profileFlagsState,
1819
storeAppState,
@@ -642,6 +643,10 @@ const setInitialRecoilState = ({ set }) => {
642643
});
643644
}
644645
}
646+
647+
if (key === "sessionShare" && value["code"]) {
648+
set(appRunShareState(value["code"]), value);
649+
}
645650
});
646651
}
647652
};

0 commit comments

Comments
 (0)