You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Number fields have an enumName, and enumValues which all get set to the value "myEnum". This results in triggering the duplicate checker. Creating a PR to add a simple fix by adding a + randNum() similar to newEnumField in utils/newFields.ts
The text was updated successfully, but these errors were encountered:
New
Number
fields have anenumName
, andenumValues
which all get set to the value"myEnum"
. This results in triggering the duplicate checker. Creating a PR to add a simple fix by adding a+ randNum()
similar tonewEnumField
inutils/newFields.ts
The text was updated successfully, but these errors were encountered: