tecitheme 0.2.5 → 0.2.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.
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
export let resellerModal = true;
|
|
6
6
|
export let selection = "sel";
|
|
7
7
|
export let allowContinue = false;
|
|
8
|
+
let modal;
|
|
8
9
|
|
|
9
10
|
let modalData = {
|
|
10
11
|
title: "",
|
|
@@ -140,4 +141,4 @@
|
|
|
140
141
|
<option value="VN">Viet Nam</option>
|
|
141
142
|
</select>
|
|
142
143
|
|
|
143
|
-
<Modal bind:data={modalData} />
|
|
144
|
+
<Modal bind:this={modal} bind:data={modalData} />
|