Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Nov 28, 2024
1 parent f906a5f commit a1e2444
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Integrations/QLC/DialogAddEventListener.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ function ConfirmationDialogRaw(props: any) {
<Select
variant="outlined"
id="grouped-select"
placeholder="If THIS"
name={
formData?.event_type === 'effect_set' ? 'effect_name' : 'scene_id'
}
Expand Down Expand Up @@ -373,7 +372,6 @@ function ConfirmationDialogRaw(props: any) {
<Select
labelId="demo-simple-select-helper-label"
id="demo-simple-select-helper"
placeholder="Then Do THIS"
variant="outlined"
// value={formData.qlc_payload}
name="qlc_payload"
Expand Down

0 comments on commit a1e2444

Please sign in to comment.