From 7cb8c3bddf95ddea11a81733e0e5ea20f1c1ac9a Mon Sep 17 00:00:00 2001 From: craman Date: Fri, 15 Dec 2023 09:00:08 -0800 Subject: [PATCH] UI: add missing props timeZone for policy versions Signed-off-by: craman --- ui/src/components/policy/PolicyRow.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/components/policy/PolicyRow.js b/ui/src/components/policy/PolicyRow.js index 696d94f1009..631196dce96 100644 --- a/ui/src/components/policy/PolicyRow.js +++ b/ui/src/components/policy/PolicyRow.js @@ -697,6 +697,7 @@ export class PolicyRow extends React.Component { enableDuplicate={this.state.enableDuplicate} isChild={true} router={this.props.router} + timeZone={this.props.timeZone} /> ); });