force-app/main/default/classes/OpportunityWebService.cls @@ -1,5 +1,5 @@ global class OpportunityWebService { @AuraEnabled WebService static String changeTrade(String oppId){ List<Quote> quoList = [select id from Quote where OpportunityId = :oppId];