1
0

fix(favorites): make favorites work with configurable views

This commit is contained in:
kolaente
2024-04-14 17:12:16 +02:00
parent 2d084c091e
commit d8ca1a2de1
4 changed files with 51 additions and 7 deletions

View File

@ -8,7 +8,6 @@ const SETTINGS_KEY_PROJECT_VIEW = 'projectView'
* Save the current project view to local storage
*/
export function saveProjectView(projectId: IProject['id'], viewId: number) {
console.log({projectId, viewId})
if (!projectId || !viewId) {
return
}