Skip to content

Commit

Permalink
core: frontend: components: DnsConfigurationMenu: Use last
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Mar 26, 2024
1 parent 06e393b commit af541ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/frontend/src/components/app/DnsConfigurationMenu.vue
Expand Up @@ -143,7 +143,7 @@ export default Vue.extend({
return
}
dnsEntries[dnsEntries.length - 1]?.focus()
dnsEntries.last()?.focus()
})
},
remove_dns_entry(index: number) {
Expand Down

0 comments on commit af541ce

Please sign in to comment.