mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Use stimulus collection controller for parts orderdetails
This commit is contained in:
parent
66b7b2e9bf
commit
4847fe2fa3
8 changed files with 108 additions and 75 deletions
|
@ -3,6 +3,7 @@ require('bootstrap-select/js/bootstrap-select'); // we have to manually require
|
|||
|
||||
import {Controller} from "@hotwired/stimulus";
|
||||
import "bootstrap-select/dist/css/bootstrap-select.css";
|
||||
import "../../css/selectpicker_extensions.css";
|
||||
|
||||
export default class extends Controller {
|
||||
connect() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue