Fix error in upload file ticket comment

This commit is contained in:
LautaroCesso 2022-05-16 17:42:34 -03:00
parent b578a26225
commit 0f633f0e35

View File

@ -826,6 +826,7 @@ class TicketViewer extends React.Component {
loading: false,
commentValue: TextEditor.createEmpty(),
commentError: false,
commentFile: null,
commentEdited: false
});