Skip to content

Commit 2175224

Browse files
committed
vuetify : fix del action when no content
1 parent 2af78eb commit 2175224

File tree

1 file changed

+0
-1
lines changed
  • templates/vue-common/store/modules

1 file changed

+0
-1
lines changed

templates/vue-common/store/modules/crud.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export default function makeCrudModule({
7777

7878
service
7979
.del(item)
80-
.then(response => response.json())
8180
.then(() => {
8281
commit(ACTIONS.TOGGLE_LOADING);
8382
commit(ACTIONS.SET_DELETED, item);

0 commit comments

Comments
 (0)