Open psycoxer opened 3 months ago
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
Number
enumName
enumValues
"myEnum"
+ randNum()
newEnumField
utils/newFields.ts
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