-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor fixes before making an official V1.0 release (#1251)
# Minor fixes before making an official V1.0 release ## JIRA Ticket None ## Description Just fixing up any minor things before finalising the 1.0.0 release. ## Proposed Changes - Auto-incrementer field editor was too strict in checking values and didn't allow deleting of current value - Auto-incrementer sometimes didn't get the existing ranges, I think because of the initial value in useQuery ## How to Test Check that all of the above are working well on mobile. ## Checklist - [x] I have confirmed all commits have been signed. - [x] I have added JSDoc style comments to any new functions or classes. - [x] Relevant documentation such as READMEs, guides, and class comments are updated.
- Loading branch information
Showing
2 changed files
with
19 additions
and
9 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
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