fix(ui): fix typo in actionsDenylist

This commit is contained in:
psychedelicious 2023-05-29 19:05:22 +10:00 committed by Kent Keirsey
parent 4522f3f4c9
commit d97438b0b3

View File

@ -7,5 +7,6 @@ export const actionsDenylist = [
'canvas/setBoundingBoxDimensions',
'canvas/setIsDrawing',
'canvas/addPointToCurrentLine',
'socket/generatorProgress',
'socket/socketGeneratorProgress',
'socket/appSocketGeneratorProgress',
];