Skip to content

Commit 87d2325

Browse files
authored
Merge pull request #78 from scientist-softserv/69-error-on-two-request-pages
69-error-on-two-request-pages
2 parents a4a7183 + c18308b commit 87d2325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/api/configurations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export const configureDynamicFormSchema = (defaultSchema) => {
262262

263263
Object.entries(defaultSchema.properties).forEach(prop => {
264264
const [key, value] = prop
265-
let adjustedProperty
265+
let adjustedProperty = prop
266266

267267
if (!removedProperties.includes(key)) {
268268
if (value.required) {

0 commit comments

Comments
 (0)