mirror of
https://github.com/supabase/supabase.git
synced 2026-05-30 17:32:00 +08:00
fix: update docs api to match studio (#21862)
* fix: update branch docs to match latest api * fix: type errors
This commit is contained in:
@@ -58,7 +58,7 @@ const projectsStore = proxy({
|
||||
selectedProject: null as Project | null,
|
||||
setSelectedOrgProject: (org: Org | null, project: Project | null) => {
|
||||
projectsStore.selectedOrg = org
|
||||
storeOrRemoveNull('local', LOCAL_STORAGE_KEYS.SAVED_ORG, org?.id)
|
||||
storeOrRemoveNull('local', LOCAL_STORAGE_KEYS.SAVED_ORG, org?.id.toString())
|
||||
|
||||
projectsStore.selectedProject = project
|
||||
// @ts-ignore -- problem in OpenAPI spec -- project has ref property
|
||||
|
||||
Reference in New Issue
Block a user