Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
fix(AvInput): define tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSharpieOne committed Dec 29, 2018
1 parent f51f256 commit ea10a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AvInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default class AvInput extends AvBaseInput {
let Tag = tag;

if (Array.isArray(tag)) {
let tags;
[Tag, ...tags] = tag;
attributes.tag = tags
if(attributes.tag.length <= 1) {
Expand Down

0 comments on commit ea10a72

Please sign in to comment.