Skip to content

Commit

Permalink
remove legacy class name from inline data input text area (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram authored Dec 12, 2024
1 parent beedba2 commit c3f8476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editors/query/query.data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const InlineDataEntry = ({ query, onChange, onRunQuery }: { query: Infini
<EditorField label="Data" tooltip={'Inline Data'}>
<TextArea
rows={6}
className="gf-form-input"
style={{ width: '600px' }}
value={query.data}
placeholder=""
Expand Down

0 comments on commit c3f8476

Please sign in to comment.