[bug] pairing was triggered by any process update
This commit is contained in:
parent
939c640e8f
commit
4225f41ca0
@ -667,10 +667,10 @@ export default class Services {
|
||||
} catch (e) {
|
||||
console.error('Failed to save diffs to db:', e);
|
||||
}
|
||||
}
|
||||
if (!isPaired) {
|
||||
console.log(updatedProcess);
|
||||
await this.openPairingConfirmationModal(updatedProcess.current_process.states[0]);
|
||||
if (!isPaired) {
|
||||
console.log(updatedProcess);
|
||||
await this.openPairingConfirmationModal(updatedProcess.current_process.states[0]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user