Skip to content

Commit

Permalink
feat: Remove label from text questions
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee committed Mar 19, 2024
1 parent e0f5743 commit 2cc4993
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import {
Button,
FormLabel,
Input,
Title,
} from "@appquality/appquality-design-system";
import { Button, Input, Title } from "@appquality/appquality-design-system";
import { useState } from "react";
import {
useGetCampaignsByCampaignQuery,
Expand Down Expand Up @@ -154,7 +149,6 @@ const TextQuestionFilterItem = ({
return (
<FilterContainer>
<Title size="s">{title}</Title>
<FormLabel htmlFor={`question_${id}`} label={`question_${id}`} />
<InputContainer>
<Input
value={value}
Expand Down

0 comments on commit 2cc4993

Please sign in to comment.