1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

[PM-1915] Remove selector for all dialogs (#5257)

This commit is contained in:
Oscar Hinton
2023-05-01 17:59:47 +02:00
committed by GitHub
parent 7ed0a4bbf2
commit f37ff09e10
25 changed files with 0 additions and 27 deletions

View File

@@ -19,7 +19,6 @@ interface Animal {
}
@Component({
selector: "app-story-dialog",
template: `<button bitButton (click)="openDialog()">Open Simple Dialog</button>`,
})
class StoryDialogComponent {
@@ -35,7 +34,6 @@ class StoryDialogComponent {
}
@Component({
selector: "story-dialog-content",
template: `
<bit-simple-dialog>
<span bitDialogTitle>Dialog Title</span>