mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove existing slack link from weblink store
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
d125de12a0
commit
19df815c33
@ -32,7 +32,9 @@ const currentVersionWeblinkStoreMigrationInjectable = getInjectable({
|
|||||||
docsWeblink.url = docsUrl;
|
docsWeblink.url = docsUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
store.set("weblinks", weblinks);
|
const removedSlackLink = weblinks.filter(weblink => weblink.id === "lens-slack-link");
|
||||||
|
|
||||||
|
store.set("weblinks", removedSlackLink);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user