Skip to content

Commit

Permalink
fix(#28): delete button always visible in TLS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Dec 7, 2022
1 parent e1180d2 commit 79b58dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const ReponseNode: React.FC<
id={data.id}
key={data.id}
content={content}
isComandsHoverable={false}
commandsContent={!data.system && commandsContent}
isOpen={isOpen}
onCollapseToggle={onCollapseToggle}
Expand Down

0 comments on commit 79b58dd

Please sign in to comment.