Browse Source
Merge pull request #17884 from abpframework/issue-17878
Remove unnecesarry <abp-confirmation/> in empty-layout
pull/17978/head
Mahmut Gundogdu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
npm/ng-packs/packages/theme-basic/src/lib/components/empty-layout/empty-layout.component.ts
|
|
@ -5,7 +5,6 @@ import { eLayoutType } from '@abp/ng.core'; |
|
|
selector: 'abp-layout-empty', |
|
|
selector: 'abp-layout-empty', |
|
|
template: ` |
|
|
template: ` |
|
|
<router-outlet></router-outlet> |
|
|
<router-outlet></router-outlet> |
|
|
<abp-confirmation></abp-confirmation> |
|
|
|
|
|
`,
|
|
|
`,
|
|
|
}) |
|
|
}) |
|
|
export class EmptyLayoutComponent { |
|
|
export class EmptyLayoutComponent { |
|
|
|