Skip to content

Commit

Permalink
Update tab-flow.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacovinus authored Jul 2, 2020
1 parent 1a2b87c commit 03fb9a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ export class TabFlowComponent implements OnInit, AfterViewInit, OnDestroy {
el.select();
document.execCommand('copy');
document.body.removeChild(el);
let message = "IP " + e;
let message = e;
let action = "copied to clipboard"
this._snackBar.open(message,action,{
duration:3000,
Expand Down

0 comments on commit 03fb9a4

Please sign in to comment.