@embedreach/components 0.1.48 → 0.1.49
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/chunks/index.js +2 -0
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -38913,6 +38913,8 @@ const SMSPreview$1 = ({ fromPhone, body }) => {
|
|
|
38913
38913
|
};
|
|
38914
38914
|
const PreviewPanel = ({ emailPreview, smsPreview, iconDefinitions }) => {
|
|
38915
38915
|
const [selectedTab, setSelectedTab] = useState("email");
|
|
38916
|
+
console.log(emailPreview);
|
|
38917
|
+
console.log(smsPreview);
|
|
38916
38918
|
useEffect(() => {
|
|
38917
38919
|
if (emailPreview) {
|
|
38918
38920
|
setSelectedTab("email");
|