We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ae8e3 commit 1cb1a67Copy full SHA for 1cb1a67
src/components/identityForm/actions.vue
@@ -120,7 +120,6 @@ async function activate(){
120
label: 'Annuler',
121
},
122
}).onOk(async() => {
123
- alert('test =' + props.identity.dataStatus)
124
const requestOptions={method: 'POST',
125
body:JSON.stringify({id:props.identity._id,status:props.identity.dataStatus === 1 ?true:false})}
126
try{
0 commit comments