We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a74e486 + f0730c6 commit 46c5564Copy full SHA for 46c5564
1 file changed
intelmq_manager/static/js/configs.js
@@ -558,7 +558,7 @@ function saveData(data, callback) {
558
let current_id = node.bot_id, old_id = app.bot_before_altering.bot_id;
559
560
let old_bot = app.nodes[old_id];
561
- node.parameters.destination_queues = old_bot.parameters.destination_queues;
+ node.parameters.destination_queues = old_bot ? old_bot.parameters.destination_queues : {};
562
563
if (current_id !== old_id) {
564
if (current_id in app.nodes) {
0 commit comments