integrations_dev_panel: Pass correct value to set_message.

This commit is contained in:
afeefuddin 2024-07-27 14:04:08 +05:30 committed by Tim Abbott
parent a0971934d9
commit d3217206ed
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }