Skip to content

Commit

Permalink
[FormBundle] Fix select2 style (#1873) (#1879)
Browse files Browse the repository at this point in the history
| Q            | A
|--------------| ---
| Bug fix?     | yes
| New feature? | no
| BC-Break?    | no
| License      | MIT

Fixed style errors in enhavo backend caused by importing select2 css a second time after the intern style corrections

(cherry picked from commit 2471ebeb523b2081de76ef04af26d42fbba2d194)

Co-authored-by: FabianLiebl <fabian.liebl@xq-web.de>
  • Loading branch information
mergify[bot] and FabianLiebl authored Nov 7, 2023
1 parent 7fd028d commit 5507929
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/FormChoiceCollapsedComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import * as _ from "lodash";
import {ChoiceForm} from "@enhavo/vue-form/model/ChoiceForm";
import * as $ from "jquery";
import "select2";
import 'select2/select2.css'
@Options({})
export default class extends Vue
Expand Down

0 comments on commit 5507929

Please sign in to comment.