chore: remove position from quadrant config
This commit is contained in:
committed by
Mathias Schopmans
parent
a9561a55b4
commit
dc629d83e1
@@ -48,7 +48,7 @@ export function getTags(): string[] {
|
||||
}
|
||||
|
||||
export function getQuadrants(): Quadrant[] {
|
||||
return config.quadrants;
|
||||
return config.quadrants.map((q, i) => ({ ...q, position: i + 1 }));
|
||||
}
|
||||
|
||||
export function getQuadrant(id: string): Quadrant | undefined {
|
||||
|
||||
Reference in New Issue
Block a user