mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-25 11:16:43 +02:00
update slack redirect + token missing check (#3179)
* update slack redirect + token missing check * reset time
This commit is contained in:
@@ -51,7 +51,7 @@ export const SlackTokensForm = ({
|
||||
: "Successfully created Slack Bot!",
|
||||
type: "success",
|
||||
});
|
||||
router.push(`/admin/bots/${botId}}`);
|
||||
router.push(`/admin/bots/${encodeURIComponent(botId)}`);
|
||||
} else {
|
||||
const responseJson = await response.json();
|
||||
const errorMsg = responseJson.detail || responseJson.message;
|
||||
|
Reference in New Issue
Block a user