diff --git a/frontend/src/components/SidePanelLayout.vue b/frontend/src/components/SidePanelLayout.vue index 4b47125c..553b7d0e 100644 --- a/frontend/src/components/SidePanelLayout.vue +++ b/frontend/src/components/SidePanelLayout.vue @@ -15,40 +15,16 @@ :opened="section.opened" > -
-
- - {{ __('Loading...') }} + +
@@ -278,6 +312,7 @@ import OrganizationModal from '@/components/Modals/OrganizationModal.vue' import AssignTo from '@/components/AssignTo.vue' import FilesUploader from '@/components/FilesUploader/FilesUploader.vue' import ContactModal from '@/components/Modals/ContactModal.vue' +import Link from '@/components/Controls/Link.vue' import Section from '@/components/Section.vue' import SidePanelLayout from '@/components/SidePanelLayout.vue' import SLASection from '@/components/SLASection.vue'