1
0
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:
Christopher Kolstad 2021-05-07 14:03:15 +02:00
parent afea65e070
commit 5330126a2e

View File

@ -82,7 +82,7 @@ class SlackAddon extends Addon {
featureLink(event) {
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 = [] }) {