Skip to content

Commit

Permalink
bug-fix: Create snapshot policy button reloads the dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Kumawat <skumwt@amazon.com>
  • Loading branch information
Sandeep Kumawat committed Oct 4, 2024
1 parent 827799c commit 889093b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ export class SnapshotPolicies extends MDSEnabledComponent<SnapshotPoliciesProps,
label: "Create policy",
iconType: "plus",
fill: true,
href: `${PLUGIN_NAME}#${ROUTES.CREATE_SNAPSHOT_POLICY}`,
run: this.onClickCreate,
testId: "createButton",
controlType: "button",
} as TopNavControlData,
Expand Down

0 comments on commit 889093b

Please sign in to comment.