Skip to content

Commit

Permalink
fix(operation-dialog): remove label without input
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohn25 committed Sep 3, 2024
1 parent ec930d7 commit 353f53e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/containers/CampaignList/components/OperationDialog.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable jsx-a11y/label-has-associated-control */
import Button from "@material-ui/core/Button";
import Dialog from "@material-ui/core/Dialog";
import DialogActions from "@material-ui/core/DialogActions";
Expand Down Expand Up @@ -60,10 +59,8 @@ export const OperationDialogBody = (props: OperationDialogBodyProps) => {
{operationDefinition?.body(campaign)}
<br />
<p>
<label>
How many hours ago should a conversation have been idle for it to be
unassigned?
</label>
How many hours ago should a conversation have been idle for it to be
unassigned?
</p>
<TextField
type="number"
Expand Down

0 comments on commit 353f53e

Please sign in to comment.