-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace float error with rounding check
The React component 'UnitInputField' prints an error if a user wants to type a value which is a float in the corresponding base unit, for example 5.5 MiB for the memory limit. Instead of showing an error, we introduce a warning which says that the value is rounded to the next lower value (5.0 MiB).
- Loading branch information
1 parent
d94fd36
commit d7ae0af
Showing
1 changed file
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters