mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
[Send] Groupings component (#1605)
* Initial commit of groupings component
* Update jslib ee164be
* Updated send-list item icons
* Requested changes
* Removed obsolete safari hacks
This commit is contained in:
@@ -46,7 +46,7 @@ import { PasswordHistoryComponent } from './vault/password-history.component';
|
||||
import { ShareComponent } from './vault/share.component';
|
||||
import { ViewComponent } from './vault/view.component';
|
||||
|
||||
import { SendComponent } from './send/send.component';
|
||||
import { SendGroupingsComponent } from './send/send-groupings.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
@@ -273,7 +273,7 @@ const routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: 'send',
|
||||
component: SendComponent,
|
||||
component: SendGroupingsComponent,
|
||||
canActivate: [AuthGuardService],
|
||||
data: { state: 'tabs_send' },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user