From ffefdcccd81768efe4041ea2b11a131c9bb4e1f9 Mon Sep 17 00:00:00 2001 From: Bhavin K <58818598+techbhavin@users.noreply.github.com> Date: Tue, 23 Nov 2021 15:10:43 +0530 Subject: [PATCH] fix: added muted flag and updated helper text (#9259) --- app/client/src/widgets/VideoWidget/component/index.tsx | 1 + app/client/src/widgets/VideoWidget/widget/index.tsx | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/client/src/widgets/VideoWidget/component/index.tsx b/app/client/src/widgets/VideoWidget/component/index.tsx index ab6faffd7c..342651d51a 100644 --- a/app/client/src/widgets/VideoWidget/component/index.tsx +++ b/app/client/src/widgets/VideoWidget/component/index.tsx @@ -46,6 +46,7 @@ export default function VideoComponent(props: VideoComponentProps) { { { propertyName: "autoPlay", label: "Auto Play", - helpText: "Video will be automatically played", + helpText: + "Video will be automatically played, by enabling this feature, video will be muted by default.", controlType: "SWITCH", isJSConvertible: true, isBindProperty: true,