Skip to content

Commit

Permalink
fix(ui): wrong dsk error when editing provisioning entries
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jul 24, 2024
1 parent 2ffc1e5 commit 549de6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/SmartStart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ export default {
}
this.updateItem(item)
} else {
} else if (Object.keys(item).length > 0 && !item.dsk) {
this.showSnackbar('DSK is required', 'error')
}
},
Expand Down

0 comments on commit 549de6b

Please sign in to comment.