fix: remove prop in step
This commit is contained in:
parent
6fa930ff29
commit
119e2c03a6
1 changed files with 6 additions and 1 deletions
|
|
@ -752,7 +752,12 @@ watch(
|
||||||
round
|
round
|
||||||
color="negative"
|
color="negative"
|
||||||
class="q-ml-sm"
|
class="q-ml-sm"
|
||||||
@click="confirmDelete(tempStep, propIndex)"
|
@click="
|
||||||
|
confirmDelete(
|
||||||
|
tempStep[stepIndex].attributes.properties,
|
||||||
|
propIndex,
|
||||||
|
)
|
||||||
|
"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue