Bulk Action path issue solved.
This commit is contained in:
parent
03e2079b2c
commit
dc7c1d3887
|
|
@ -73,7 +73,7 @@ export default class BulkAction {
|
|||
|
||||
this.loading = true;
|
||||
|
||||
axios.post('bulk-actions/' + path, {
|
||||
axios.post(url +'/common/bulk-actions/' + path, {
|
||||
'handle': this.value,
|
||||
'selected': this.selected
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue