From 6f7b712bc7b4ca8a4333368718f47c90fd4a63f2 Mon Sep 17 00:00:00 2001 From: Robyn MacCallum Date: Tue, 17 May 2022 09:20:39 -0400 Subject: [PATCH 1/5] [SG-16] Fix various small bugs (#1686) * Fix all items showing in No Folder * Fix folders not showing for orgs * Fix missing toasts if there are errors with org options --- .../vault-filter/components/folder-filter.component.html | 2 +- .../vault-filter/components/organization-options.component.ts | 3 +++ .../modules/individual-vault/individual-vault.component.ts | 2 +- .../modules/organization-vault/organization-vault.component.ts | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/modules/vault-filter/components/folder-filter.component.html b/src/app/modules/vault-filter/components/folder-filter.component.html index fc4e3ef8..c86a408b 100644 --- a/src/app/modules/vault-filter/components/folder-filter.component.html +++ b/src/app/modules/vault-filter/components/folder-filter.component.html @@ -1,4 +1,4 @@ - +
- +
-

{{ collectionsGrouping.name | i18n }}

+

 {{ collectionsGrouping.name | i18n }}

    @@ -51,7 +51,7 @@ class="bwi bwi-collection bwi-fw" aria-hidden="true" >{{ c.node.name }} + > {{ c.node.name }}
      -

      - {{ "folders" | i18n }} -

      +

       {{ "folders" | i18n }}

      -

      - {{ "types" | i18n }} -

      +

       {{ "types" | i18n }}

      • @@ -43,7 +41,7 @@ > @@ -53,7 +51,9 @@ >