mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: update slack link after switch to browserrouter
This commit is contained in:
parent
afea65e070
commit
5330126a2e
@ -82,7 +82,7 @@ class SlackAddon extends Addon {
|
|||||||
|
|
||||||
featureLink(event) {
|
featureLink(event) {
|
||||||
const path = event.type === FEATURE_ARCHIVED ? 'archive' : 'features';
|
const path = event.type === FEATURE_ARCHIVED ? 'archive' : 'features';
|
||||||
return `${this.unleashUrl}/#/${path}/strategies/${event.data.name}`;
|
return `${this.unleashUrl}/${path}/strategies/${event.data.name}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
findSlackChannels({ tags = [] }) {
|
findSlackChannels({ tags = [] }) {
|
||||||
|
Loading…
Reference in New Issue
Block a user