Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Jun 1, 2016
1 parent 57f690b commit 28ee7a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/formGenerator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
}
} // span.help
> .field-wrap {
.field-wrap {
display: flex;
.buttons {
Expand Down
1 change: 0 additions & 1 deletion test/unit/specs/VueFormGenerator.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ describe("VueFormGenerator.vue", () => {

});

// TODO: wrong
describe("check fieldVisible with function", () => {
let schema = {
fields: [
Expand Down

0 comments on commit 28ee7a8

Please sign in to comment.