refactor(ui): The editor is not loaded by default

This commit is contained in:
robin 2023-01-10 16:39:30 +08:00
parent 8f8be24ddd
commit 1dbc07260f
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ const Index = () => {
{!isLoading && !question?.operation?.operation_type && (
<WriteAnswer
visible={answers.count === 0}
data={{
qid,
answered: question?.answered,