Skip to content

Commit

Permalink
retreat modal can not close
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholll committed Feb 27, 2022
1 parent dad2803 commit 4de8cb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/Ticket/TicketDetail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ class TicketDetail extends Component<TicketDetailProps, TicketDetailState> {
isDeliverModalVisible: false,
isAddNodeModalVisible: false,
isCommentModalVisible: false,
isCloseModalVisible: false
isCloseModalVisible: false,
isRetreatModalVisible: false,
}
)
}
Expand Down

0 comments on commit 4de8cb4

Please sign in to comment.