mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
#11068: remove product_actions_controller.js
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
import ApplicationController from "./application_controller";
|
||||
|
||||
export default class extends ApplicationController {
|
||||
static values = {currentId: Number};
|
||||
|
||||
deleteProduct() {
|
||||
debugger
|
||||
}
|
||||
|
||||
deleteVariant(){
|
||||
debugger
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user