Skip to content

Commit db54fd2

Browse files
committed
Undo changes of last commit
1 parent f280e7d commit db54fd2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

generator/templates/Crud/src/Components/BaseResource.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@
141141
},
142142
})
143143
.then((response) => {
144-
history.pushState("", document.title, window.location.pathname + window.location.search);
145-
146144
if (typeof this.afterUpdate === 'function') {
147145
this.afterUpdate(response.data.data).then(() => {
148146
resolve();

0 commit comments

Comments
 (0)