mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
no more default export
This commit is contained in:
@@ -12,7 +12,7 @@ import { Action } from "./actions";
|
||||
// { id: 2, title: "CRM", Widget: CRM }
|
||||
// ];
|
||||
|
||||
export default class ActionManager {
|
||||
export class ActionManager {
|
||||
doAction(action: Action) {
|
||||
console.log(action);
|
||||
// load data (??)
|
||||
|
||||
Reference in New Issue
Block a user