Skip to content

Commit

Permalink
chore: add comment for set size any
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekA1509 committed Feb 1, 2024
1 parent f5a348b commit af2aee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pages/GlobalConfigurations/BuildInfra/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
} from './types'

export const BUILD_INFRA_INPUT_CONSTRAINTS = {
// Will not enforce any decimal specification on input field
STEP: 'any',
MIN: 0,
DECIMAL_PLACES: 2,
Expand Down

0 comments on commit af2aee8

Please sign in to comment.