mirror of https://github.com/zulip/zulip.git
integrations_dev_panel: Pass correct value to set_message.
This commit is contained in:
parent
a0971934d9
commit
d3217206ed
|
@ -292,7 +292,7 @@ function send_all_fixture_messages() {
|
||||||
const url = $("#URL").val();
|
const url = $("#URL").val();
|
||||||
const integration = get_selected_integration_name();
|
const integration = get_selected_integration_name();
|
||||||
if (integration === "") {
|
if (integration === "") {
|
||||||
set_results_notice("You have to select an integration first.");
|
set_results_notice("You have to select an integration first.", "warning");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue