PMCORE-4004: Solving last comments
This commit is contained in:
@@ -727,9 +727,7 @@ export default {
|
||||
* @param {string} data
|
||||
*/
|
||||
changeFlagSupervising(data) {
|
||||
if (data === 'SUPERVISING'){
|
||||
this.flagSupervising = true;
|
||||
}
|
||||
this.flagSupervising = (data === 'SUPERVISING');
|
||||
},
|
||||
/**
|
||||
* Claim case
|
||||
|
||||
Reference in New Issue
Block a user