Skip to content

Commit

Permalink
chore(action): Update message.component
Browse files Browse the repository at this point in the history
  • Loading branch information
kilchenmann committed Oct 6, 2020
1 parent fe08fb2 commit e10af34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
Please come back in a few minutes and try to <a class="link bolder" (click)="reload()">reload the page</a>.
</p>

<!-- Action: Contact DSP support -->
<!-- Action: Contact DaSCH/DSP support -->
<a mat-button class="action" href="https://docs.dasch.swiss/community/faq" target="_blank">
<mat-icon>mail_outline</mat-icon> Contact DSP support
<mat-icon>mail_outline</mat-icon> Contact the support team
</a>
</mat-card-footer>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ export class DspMessageData {
url?: string;
}

export class tmpApiResponseError {
status: number;
message: string;
name: string;
request: any;
response: any;
responseType: string;
xhr: XMLHttpRequest

}

@Component({
selector: 'dsp-message',
templateUrl: './message.component.html',
Expand Down

0 comments on commit e10af34

Please sign in to comment.