Skip to content

Commit

Permalink
Update src/datasource/components/ConfigEditor.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Zoltán Bedi <[email protected]>
  • Loading branch information
gwdawson and zoltanbedi authored Nov 1, 2023
1 parent 801e53d commit d0b1a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasource/components/ConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const ConfigEditor = (props: Props) => {
<DataSourceDescription
dataSourceName="Zabbix"
docsLink="https://grafana.com/docs/grafana/latest/datasources/loki/configure-loki-data-source/"
hasRequiredFields={false}
hasRequiredFields={true}
/>

<Divider />
Expand Down

0 comments on commit d0b1a76

Please sign in to comment.