Removing comment
This commit is contained in:
parent
e359126d3d
commit
63872cd900
1 changed files with 0 additions and 1 deletions
|
|
@ -360,7 +360,6 @@ export default {
|
||||||
);
|
);
|
||||||
|
|
||||||
if (this.isWindshieldRepair) {
|
if (this.isWindshieldRepair) {
|
||||||
// TODO only save supporting items on vehicle damage page if windshield repair
|
|
||||||
const supportingItems = await useMainStore().getSupportingItems();
|
const supportingItems = await useMainStore().getSupportingItems();
|
||||||
useMainStore().updateSupportingItems(supportingItems.data);
|
useMainStore().updateSupportingItems(supportingItems.data);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue