File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
context/instrumentSession Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const STORAGE_KEY = "instrument-session-id";
55
66export const InstrumentSessionProvider = ( {
77 children,
8- defaultSessionId = "cm40661-6 " ,
8+ defaultSessionId = "cm44191-1 " ,
99} : {
1010 children : ReactNode ;
1111 defaultSessionId ?: string ;
Original file line number Diff line number Diff line change @@ -44,7 +44,15 @@ function Dashboard() {
4444 </ Button >
4545 </ Stack >
4646 { /* <InstrumentSessionView sessionsList={GetInstrumentSessions()} /> */ }
47- < InstrumentSessionView sessionsList = { [ "cm40661-6" ] } />
47+ < InstrumentSessionView
48+ sessionsList = { [
49+ "cm44191-1" ,
50+ "cm44191-2" ,
51+ "cm44191-3" ,
52+ "cm44191-4" ,
53+ "cm44191-5" ,
54+ ] }
55+ />
4856 </ Stack >
4957 </ Container >
5058 </ >
You can’t perform that action at this time.
0 commit comments