FIX: Yet another missing Ajax!
This commit is contained in:
parent
c248ca20e1
commit
8560859817
|
@ -1,5 +1,5 @@
|
||||||
import RestAdapter from 'discourse/adapters/rest';
|
import RestAdapter from 'discourse/adapters/rest';
|
||||||
const ajax = Discourse.ajax;
|
import { ajax } from 'discourse/lib/ajax';
|
||||||
|
|
||||||
export default RestAdapter.extend({
|
export default RestAdapter.extend({
|
||||||
destroyRecord(store, type, record) {
|
destroyRecord(store, type, record) {
|
||||||
|
|
Loading…
Reference in New Issue