Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Oct 3, 2024
1 parent f0e26f4 commit 009810f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ class WzGroupAgentsTable extends Component {
}}
color='danger'
isDisabled={item.name === 'default'}
modalTitle={`Remove ${item.file || item.name
} agent from this group?`}
modalTitle={`Remove ${
item.file || item.name
} agent from this group?`}
modalProps={{
buttonColor: 'danger',
}}
Expand Down

0 comments on commit 009810f

Please sign in to comment.