Cannot display as connectivity graph

Hi Brainstorm experts,

I am experiencing a problem after I updated brainstorm (version: 04-Oct-2022). When I try to "display as a graph" to see the connectivity graph, I have error messages as follows:

Dot indexing is not supported for variables of this type
Error: figure_connect>LoadFigurePlot (line 1203)
isVolumeAtlas = panel_scout('ParseVolumeAtlas', Atlas.Name);

Error: figure_connect (line 29)
eval(macro_method);

Error: view_connect (line 284)
figure_connect('LoadFigurePlot', hFig);

Error: tree_callbacks>@(h,ev)view_connect(filenameRelative,'GraphFull') (line 1919)
gui_component('MenuItem', jPopup, [], 'Display as graph [NxN]', IconLoader.ICON_CONNECTN, [], @(h,ev)view_connect(filenameRelative, 'GraphFull'));

Could you tell me a solution to the problem?