Skip to content

Commit

Permalink
Merge pull request #295 from NUM-Forschungsdatenplattform/hotfix/NUM-…
Browse files Browse the repository at this point in the history
…1780

hotfix(NUM-1780): Hides export button in project editor
  • Loading branch information
pfeild authored Aug 4, 2021
2 parents 0091a4a + 944e3d1 commit 33c237a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "num-portal-webapp",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

<ng-template #exportButton>
<num-button
*ngIf="false"
id="export"
type="secondary"
(singleClick)="exportPrint.emit()"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ describe('ProjectEditorButtonsComponent', () => {
})
})

describe('Export button', () => {
describe.skip('Export button', () => {
let exportButton: MatButtonHarness

beforeEach(async () => {
Expand Down

0 comments on commit 33c237a

Please sign in to comment.