@shisyamo4131/air-guard-v2-schemas 2.3.4 → 2.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/OperationResult.js +1 -0
- package/src/User.js +1 -1
package/package.json
CHANGED
package/src/OperationResult.js
CHANGED
|
@@ -495,6 +495,7 @@ export default class OperationResult extends Operation {
|
|
|
495
495
|
const newKey = v ? v.key : null;
|
|
496
496
|
if (oldKey === newKey) return;
|
|
497
497
|
_agreement = v;
|
|
498
|
+
this.allowEmptyAgreement = false; // 取極めが設定された場合は許容を解除
|
|
498
499
|
this.refreshBillingDateAt();
|
|
499
500
|
},
|
|
500
501
|
},
|