forked from cerc-io/snowballtools-base
Implement organization switcher and use slug in URL (#59)
* Implement dropdown for organizations switcher * Add dynamic route for organization id * Update routes for organization slug * Use organization slug for adding project * Refactor to fetch organizations at sidebar component * Update organization switcher based on searched project * Refactor types in frontend --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
This commit is contained in:
+4
-2
@@ -1,8 +1,10 @@
|
||||
[
|
||||
{
|
||||
"name": "Snowball Tools"
|
||||
"name": "Snowball Tools",
|
||||
"slug": "snowball-tools"
|
||||
},
|
||||
{
|
||||
"name": "AirFoil"
|
||||
"name": "AirFoil",
|
||||
"slug": "airfoil"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user