[DEV-300] Fix error in upload file ticket comment (#1211)

This commit is contained in:
LautaroCesso 2022-05-16 17:54:32 -03:00 committed by GitHub
parent 0ecf88237f
commit 90e7923aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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