Skip to content

Commit

Permalink
Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Sep 15, 2023
1 parent 888bd18 commit 2d2a186
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { addMethod, number, object, ObjectSchema, string } from 'yup'
import type { SilencedAlertData } from '../../../../domain/entities/alerts/types'

/**
* Require at least one of the specified fields to be present
* Require at least one of the specified fields to be present.
* TODO Rewrite and clarify this function
* TODO Move this function to monitor-ui
* @param requiredFields - The list of fields names
* @param message - The error message
*/
Expand Down

0 comments on commit 2d2a186

Please sign in to comment.