refactor(editor): Simplify data count in NDV (no-changelog) (#7568)

This commit is contained in:
Csaba Tuncsik
2023-11-03 12:07:04 +01:00
committed by GitHub
parent 6d42fad31a
commit 85e1a10021
3 changed files with 61 additions and 99 deletions

View File

@@ -144,6 +144,7 @@ export default defineComponent({
props: {
runIndex: {
type: Number,
required: true,
},
isReadOnly: {
type: Boolean,