Commit 2009272
Kabelo
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch show-label-for-image-input
# Changes to be committed:
# modified: dist/vfg-core.js
# modified: dist/vfg.js
# modified: src/formGenerator.vue
# modified: test/unit/specs/VueFormGenerator.spec.js
#
Fix to show label for image input
src/formGenerator.vue - removed 'case "image":' in line 215, fieldTypeHasLabel method.
test/unit/specs/VueFormGenerator.spec.js - made the test pass for image with a label.1 parent fc2983b commit 2009272
File tree
4 files changed
+6
-7
lines changed- dist
- src
- test/unit/specs
4 files changed
+6
-7
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | 215 | | |
217 | 216 | | |
218 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1032 | 1032 | | |
1033 | 1033 | | |
1034 | 1034 | | |
| 1035 | + | |
1035 | 1036 | | |
1036 | 1037 | | |
1037 | 1038 | | |
1038 | 1039 | | |
1039 | | - | |
1040 | 1040 | | |
1041 | 1041 | | |
1042 | 1042 | | |
| |||
0 commit comments