fix: missing org settings

This commit is contained in:
loks0n
2024-02-26 14:50:05 +01:00
committed by Torsten Dittmann
parent f196bcfb48
commit f2598b9901
@@ -78,7 +78,7 @@
},
...permanentTabSettings
]
: permanentTabs;
: [...permanentTabs, ...permanentTabSettings];
</script>
{#if $organization?.$id}