Skip to content

Commit

Permalink
Merge pull request #342 from weni-ai/nexus-1326-bug-general-save-butt…
Browse files Browse the repository at this point in the history
…on-with-token-attribute

[Nexus-1326] Bug: Fixes Token Attribute Bind
  • Loading branch information
cristiantela authored May 28, 2024
2 parents ad69232 + e7b50dd commit c0dcd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/repository/content/router/RouterTunings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
v-if="['token'].includes(field.name)"
:key="index"
:value="field.value"
@input="$set(values, field.name, $event)"
@input="updateField(field.name, $event)"
:type="hasValidate ? 'error' : 'normal'"
:message="hasValidate ? $t('customization.invalid_field') : ''"
:nativeType="field.type"
Expand Down

0 comments on commit c0dcd37

Please sign in to comment.