thm-p3-configurator 0.0.283 → 0.0.284
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.
|
@@ -230,9 +230,6 @@ const InternalAppointmentPage = () => {
|
|
|
230
230
|
setEmailConflictData(null);
|
|
231
231
|
};
|
|
232
232
|
const handleCancelLink = () => {
|
|
233
|
-
if (pendingPayload) {
|
|
234
|
-
performSubmit(pendingPayload);
|
|
235
|
-
}
|
|
236
233
|
setIsEmailConflictModalShown(false);
|
|
237
234
|
setPendingPayload(null);
|
|
238
235
|
setEmailConflictData(null);
|
|
@@ -197,9 +197,6 @@ const InternalQuotationPage = () => {
|
|
|
197
197
|
setEmailConflictData(null);
|
|
198
198
|
};
|
|
199
199
|
const handleCancelLink = () => {
|
|
200
|
-
if (pendingPayload) {
|
|
201
|
-
performSubmit(pendingPayload);
|
|
202
|
-
}
|
|
203
200
|
setIsEmailConflictModalShown(false);
|
|
204
201
|
setPendingPayload(null);
|
|
205
202
|
setEmailConflictData(null);
|