Update Steps.vue

pull/5011/head
tugcekucukoglu 2023-12-28 12:09:51 +03:00
parent 5612741f75
commit 01f5ec2337
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export default {
mounted() {
const firstItem = this.findFirstItem();
firstItem.tabIndex = '0';
firstItem && (firstItem.tabIndex = '0');
},
methods: {
getPTOptions(key, item, index) {