Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
refactor(ontology): disable ontology graph view (DSP-1560) (#427)
* refactor(ontology): disable ontology graph view (DSP-1560) * chore(ontology): update comment
- Loading branch information
1 parent
4dd23d3
commit 0a567d2
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
src/app/project/ontology/ontology-visualizer/ontology-visualizer.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
<app-visualizer [graphInfo]="graphInfo"></app-visualizer> | ||
<!-- DSP-1560: disable graph view in ontology editor --> | ||
<!-- <app-visualizer [graphInfo]="graphInfo"></app-visualizer> --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters