We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5d67a commit c0071e4Copy full SHA for c0071e4
1 file changed
resources/js/components/terms/PublishForm.vue
@@ -504,7 +504,7 @@ export default {
504
}
505
506
// If the edit URL was changed (i.e. the term slug was updated), redirect them there.
507
- else if (window.location.href !== response.data.data.edit_url) {
+ else if (!this.isInline && window.location.href !== response.data.data.edit_url) {
508
window.location = response.data.data.edit_url;
509
510
0 commit comments