Skip to content

Commit

Permalink
Remove help-text component (#141)
Browse files Browse the repository at this point in the history
* remove help-text component

* prod build

* remove line
  • Loading branch information
LintonAchmad authored Mar 10, 2022
1 parent ffcfe77 commit 6deefeb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"laravel-mix": "^1.0",
"laravel-nova": "^1.0",
"prettier": "^1.14.2"

},
"dependencies": {
"animated-scroll-to": "^1.2.2",
Expand Down
1 change: 0 additions & 1 deletion resources/js/components/Nova/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
:can-be-deselected="field.canBeDeselected"
v-model="tags"
></component>
<help-text class="help-text mt-2" v-if="field.helpText"></help-text>
</template>
</default-field>
</template>
Expand Down

0 comments on commit 6deefeb

Please sign in to comment.