fmt(js): npm run fix on merge (#65986)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
39a93dc633
commit
10b6d1a910
1 changed files with 1 additions and 2 deletions
|
|
@ -328,8 +328,7 @@ export const setSessionProfileTotals = (next: Updater<Record<string, number>>) =
|
|||
export const setSessionsLoading = (next: Updater<boolean>) => updateAtom($sessionsLoading, next)
|
||||
export const setWorkingSessionIds = (next: Updater<string[]>) => updateAtom($workingSessionIds, next)
|
||||
export const setActiveSessionId = (next: Updater<string | null>) => updateAtom($activeSessionId, next)
|
||||
export const setActiveSessionStoredId = (next: Updater<string | null>) =>
|
||||
updateAtom($activeSessionStoredId, next)
|
||||
export const setActiveSessionStoredId = (next: Updater<string | null>) => updateAtom($activeSessionStoredId, next)
|
||||
|
||||
export const setSelectedStoredSessionId = (next: Updater<string | null>) => {
|
||||
updateAtom($selectedStoredSessionId, next)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue