Skip to content

Commit

Permalink
fix(module:space): fix config name (#5147)
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm authored Apr 25, 2020
1 parent 07a9d34 commit 64f772d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/space/space.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { startWith, takeUntil } from 'rxjs/operators';
import { NzSpaceItemComponent } from './space-item.component';
import { NzSpaceDirection, NzSpaceSize } from './types';

const NZ_CONFIG_COMPONENT_NAME = 'avatar';
const NZ_CONFIG_COMPONENT_NAME = 'space';

@Component({
selector: 'nz-space',
Expand Down

0 comments on commit 64f772d

Please sign in to comment.