1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Revert "[PM-4290] Add pop out warning on import page (#6645)" (#6651)

* Revert "[PM-4290] Add pop out warning on import page (#6645)"

This reverts commit 8dc81b603d.

* Change icon on `Import items` in browser-settings

Replace the bwi-angle-right icon with the bwi-external-link and rotate it

Box with arrow pointing to the top right indicates external linkg
Box with arrow pointing to the top left indicates popout window

---------

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2023-10-20 23:03:06 +02:00
committed by GitHub
parent c1494b8494
commit 3e495ab082
6 changed files with 12 additions and 20 deletions

View File

@@ -120,8 +120,6 @@ export class ImportComponent implements OnInit, OnDestroy {
});
}
@Input() hideFileSelector: boolean;
protected organization: Organization;
protected destroy$ = new Subject<void>();