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
parent
commit
edff4be9cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      npm/ng-packs/packages/theme-basic/src/lib/components/empty-layout/empty-layout.component.ts

1
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',
template: `
<router-outlet></router-outlet>
<abp-confirmation></abp-confirmation>
`,
})
export class EmptyLayoutComponent {

Loading…
Cancel
Save