Commit 1e50fb37 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Front end MR fixes

1 merge request!535Epic/permissions open channels
Pipeline #80582673 running with stages
......@@ -25,7 +25,7 @@ m-channel-mode-selector {
margin-right: 4px;
}
.m-dropdown--list__item {
.m-dropdown--list--item {
cursor: pointer;
}
}
......@@ -44,7 +44,7 @@ export class ChannelModeSelectorComponent implements AfterViewInit {
try {
await this.client.post('api/v1/channel/info', this.user);
} catch (ex) {
console.error(`ex`);
console.error(ex);
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment