Skip to content

Commit

Permalink
[#1284] Apply 1 suggestion(s) to 1 file(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivitti authored and pzadroga committed Jan 30, 2024
1 parent a756090 commit cb0f180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/app/subnet-tab/subnet-tab.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export class SubnetTabComponent implements OnInit {
this.msgService.add({
severity: 'error',
summary: 'Cannot delete the subnet',
detail: `Failed to delete the subnet ${this.subnet.subnet} : ` + msg,
detail: `Failed to delete the subnet ${this.subnet.subnet} : ${msg}`,
life: 10000,
})
})
Expand Down

0 comments on commit cb0f180

Please sign in to comment.