Skip to content

Commit

Permalink
Merge pull request #91 from AppQuality/insight-menu-selects-fix
Browse files Browse the repository at this point in the history
fix: fixed select menu inside insight modal
  • Loading branch information
cannarocks authored Oct 19, 2023
2 parents 43aebd2 + 55c7d75 commit fede09e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/pages/UxDashboard/UxForm/VideoParts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const VideoParts = () => {
Aggiungi una nuova evidenza
</Title>
<Select
menuTargetQuery="body"
options={observationsOptions}
label="Seleziona lo spezzone video"
name={"observation"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const ClusterField = ({ form, field }: FieldProps<FormInsight["cluster"]>) => {
<FormGroup>
<Select
data-qa="cluster-select"
menuTargetQuery="body"
placeholder="Seleziona uno o più cluster"
isMulti
options={clusterOptions}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const SeverityField = ({
<FormGroup>
<Select
data-qa="severity-select"
menuTargetQuery="body"
options={severityOptions}
placeholder="Seleziona la severity"
label="Severity"
Expand Down

0 comments on commit fede09e

Please sign in to comment.