Skip to content

Commit 28ee7a8

Browse files
committed
Minor changes
1 parent 57f690b commit 28ee7a8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/formGenerator.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
}
231231
} // span.help
232232
233-
> .field-wrap {
233+
.field-wrap {
234234
display: flex;
235235
236236
.buttons {

test/unit/specs/VueFormGenerator.spec.js

-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ describe("VueFormGenerator.vue", () => {
305305

306306
});
307307

308-
// TODO: wrong
309308
describe("check fieldVisible with function", () => {
310309
let schema = {
311310
fields: [

0 commit comments

Comments
 (0)