Skip to content

Commit 98c6b87

Browse files
committed
order
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 0407629 commit 98c6b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/views/AutogenView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,12 +1723,12 @@ export default {
17231723
const query = Object.assign({}, this.$route.query)
17241724
delete query.templatefilter
17251725
delete query.isofilter
1726+
delete query.state
1727+
delete query.annotationfilter
17261728
if (!['publicip'].includes(this.$route.name)) {
17271729
delete query.account
17281730
delete query.domainid
17291731
}
1730-
delete query.state
1731-
delete query.annotationfilter
17321732
if (this.$route.name === 'template') {
17331733
query.templatefilter = filter
17341734
} else if (this.$route.name === 'iso') {

0 commit comments

Comments
 (0)