Merge branch 'fix/filter-by-tags' into 'master'
fix: Search bar on main page no longer overflows. Selected tags no longer... See merge request gk1623/drp-48!14 Co-authored-by: TadiosT <tadios.temesgen@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
const { supabase } = $derived(data);
|
||||
|
||||
const { space, images } = $derived(data);
|
||||
const studySpaceData = $state({
|
||||
const studySpaceData = $derived({
|
||||
...space
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user