remove unneeded computed
This commit is contained in:
parent
f30415dedd
commit
73e2bccb54
1 changed files with 0 additions and 3 deletions
|
|
@ -107,9 +107,6 @@ export default {
|
|||
questionText() {
|
||||
return this.getCmsContent(this.widget.existingOrNewQuestion, 'QuestionText');
|
||||
},
|
||||
getNewOrderSelectionName() {
|
||||
return this.answersFromCms?.[0]?.Name ?? '';
|
||||
},
|
||||
duplicateOrders() {
|
||||
const duplicateOrderText = 'Finish existing claim';
|
||||
const orders = useMainStore().applicationUser.duplicateOrders;
|
||||
|
|
|
|||
Loading…
Reference in a new issue