Skip to content

Commit

Permalink
fix custom field selection issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpanjwani committed Dec 10, 2021
1 parent 3582ed0 commit f3b527b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -323,6 +323,7 @@ function setData() {
customFieldStore.currentCustomField.model_type = modelTypes[0]
customFieldStore.currentCustomField.type = dataTypes[0].value
selectedType.value = dataTypes[0]
}
}
Expand Down

0 comments on commit f3b527b

Please sign in to comment.