Skip to content

Commit 104bb2b

Browse files
authored
Solving problems with draft clusters in staging (#2761)
1 parent bad6e69 commit 104bb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/ui-lib/lib/ocm/components/clusterDetail/AssistedInstallerDetailCard.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const AssistedInstallerDetailCard = ({
181181
{clusterDetailCard}
182182
</HistoryRouter>
183183
) : (
184-
clusterDetailCard
184+
<BrowserRouter>{clusterDetailCard}</BrowserRouter>
185185
)}
186186
</>
187187
);

0 commit comments

Comments
 (0)