mirror of
https://github.com/Freika/dawarich.git
synced 2026-05-02 18:49:30 -05:00
Inherit all stimulus controllers from base_controller
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Controller } from "@hotwired/stimulus"
|
||||
import BaseController from "./base_controller"
|
||||
|
||||
export default class extends Controller {
|
||||
export default class extends BaseController {
|
||||
static values = {
|
||||
timeout: Number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user