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:
@@ -103,7 +103,7 @@ function Slack() {
|
||||
/>
|
||||
}
|
||||
actions={
|
||||
<Button onClick={integration.delete}>
|
||||
<Button onClick={integration.delete} neutral>
|
||||
{t("Disconnect")}
|
||||
</Button>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user