Skip to content

Commit

Permalink
fix post review
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed May 11, 2023
1 parent 9524d7e commit 67b8fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions apps/webcomponents/src/app/components/base.component.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
import {
Component,
Injector,
Input,
OnChanges,
OnInit,
SimpleChanges,
} from '@angular/core'
import { Component, Injector, Input, OnChanges, OnInit } from '@angular/core'
import {
ElasticsearchService,
LinkClassifierService,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div style="margin: 60px 16px">
<p>
Visualize dataset as a chart from a Metadata Record with
<b><i>gn-dataset-view-table</i></b> web component
<b><i>gn-dataset-view-chart</i></b> web component
</p>
</div>

Expand Down

0 comments on commit 67b8fd8

Please sign in to comment.