fix: Slack integration should not display if not configured in self hosted

fix: Alignment of Slack channels in settings
closes #2553
This commit is contained in:
Tom Moor
2021-10-14 21:37:04 -07:00
parent cc7a50fbb1
commit 8c1979465f
4 changed files with 20 additions and 12 deletions

View File

@@ -103,7 +103,7 @@ function Slack() {
/>
}
actions={
<Button onClick={integration.delete}>
<Button onClick={integration.delete} neutral>
{t("Disconnect")}
</Button>
}