Skip to content

Commit

Permalink
adds todo
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoapolo committed Jan 30, 2025
1 parent 0c664f3 commit 76945b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/web/components/EditHealthProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const CreateHealthProviderForm = ({ projectId }: { projectId: number }) => {
const [createProvider, { error, isError, isLoading, isSuccess }] =
useCreateHealthProviderMutation()

// TODO: Replace from list of provider options from API
const providers = [{ name: 'Sample' }, { name: 'Grafana' }]

const providerOptions = providers.map((provider) => ({
Expand Down

0 comments on commit 76945b9

Please sign in to comment.