@realtek/core-theme 0.0.100 → 0.0.101
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/dist-lib/index.cjs +1 -1
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.js +1 -1
- package/dist-lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist-lib/index.js
CHANGED
|
@@ -29590,7 +29590,7 @@ var ZC = {
|
|
|
29590
29590
|
}]
|
|
29591
29591
|
}, hw = { submit: async (e, t) => {
|
|
29592
29592
|
await BC({
|
|
29593
|
-
submissionId: t.
|
|
29593
|
+
submissionId: t.selectedRecords?.[0]?.submissionId,
|
|
29594
29594
|
isMail: e.sendOnboardingEmail
|
|
29595
29595
|
});
|
|
29596
29596
|
} };
|