Fix TypeError

This commit is contained in:
yflory 2024-06-25 13:37:48 +02:00
parent 307a3f4c5c
commit 0490fcab67
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ define([
var andThen = function (common, $container, linkedTicket) {
const sidebar = Sidebar.create(common, 'support', $container);
const blocks = sidebar.blocks();
const blocks = sidebar.blocks;
APP.recorded = {};
APP.allTags = [];
APP.openTicketCategory = Util.mkEvent();