dev #9

Merged
root merged 2 commits from dev into main 2026-05-14 13:42:27 +03:00
Showing only changes of commit a0deefd4b2 - Show all commits

View File

@@ -42,6 +42,7 @@ const RemotionSchemaPlayer = lazy(() =>
autoPlay
style={{ width: "100%" }}
inputProps={{ isDark }}
acknowledgeRemotionLicense
/>
),
}),
@@ -62,6 +63,7 @@ const RemotionDashboardPlayer = lazy(() =>
autoPlay
style={{ width: "100%" }}
inputProps={{ isDark }}
acknowledgeRemotionLicense
/>
),
}),
@@ -82,6 +84,7 @@ const RemotionEcommercePlayer = lazy(() =>
autoPlay
style={{ width: "100%" }}
inputProps={{ isDark }}
acknowledgeRemotionLicense
/>
),
}),