mirror of https://gitee.com/answerdev/answer.git
fix: questions closed cannot write answer
This commit is contained in:
parent
940debda7f
commit
bad0eaf12d
|
@ -240,7 +240,7 @@ const Index = () => {
|
|||
</div>
|
||||
)}
|
||||
|
||||
{!isLoading && !question?.operation?.operation_type && (
|
||||
{!isLoading && !question?.operation?.type && (
|
||||
<WriteAnswer
|
||||
data={{
|
||||
qid,
|
||||
|
|
Loading…
Reference in New Issue