Skip to content

Commit a5c4d27

Browse files
committed
fix: topic-ideation.components.ts
1 parent 361199f commit a5c4d27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/ideation/components/topic-ideation/topic-ideation.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import { LocationService } from '@services/location.service';
2929
selector: 'topic-ideation',
3030
templateUrl: './topic-ideation.component.html',
3131
styleUrls: ['./topic-ideation.component.scss'],
32+
standalone: false
3233
})
3334
export class TopicIdeationComponent {
3435
@Input() ideation!: any;

0 commit comments

Comments
 (0)