Skip to content

Commit d345353

Browse files
jwu910xanf
andauthored
chore(b-form-tags): correct typo b-from-tags to b-form-tags (#6752)
Co-authored-by: Illya Klymov <[email protected]>
1 parent a6181b9 commit d345353

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/form-tags/_form-tags.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.b-form-tags-list {
3030
margin-top: -0.25rem;
3131

32-
.b-from-tags-field,
32+
.b-form-tags-field,
3333
.b-form-tag {
3434
margin-top: 0.25rem;
3535
}

src/components/form-tags/form-tags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ export const BFormTags = /*#__PURE__*/ Vue.extend({
648648
const $field = h(
649649
'li',
650650
{
651-
staticClass: 'b-from-tags-field flex-grow-1',
651+
staticClass: 'b-form-tags-field flex-grow-1',
652652
attrs: {
653653
role: 'none',
654654
'aria-live': 'off',

0 commit comments

Comments
 (0)