fixed page props and applied changes to all occurences
This commit is contained in:
+3
-3
@@ -37,7 +37,7 @@ exports[`CustomScrollbar renders correctly 1`] = `
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
className="css-hqlowp"
|
||||
className={0}
|
||||
style={
|
||||
Object {
|
||||
"display": "none",
|
||||
@@ -58,7 +58,7 @@ exports[`CustomScrollbar renders correctly 1`] = `
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
className="css-163rnue"
|
||||
className={0}
|
||||
style={
|
||||
Object {
|
||||
"display": "none",
|
||||
@@ -68,7 +68,7 @@ exports[`CustomScrollbar renders correctly 1`] = `
|
||||
}
|
||||
>
|
||||
<div
|
||||
className="css-18r3j1z"
|
||||
className="css-1mc5dgq"
|
||||
style={
|
||||
Object {
|
||||
"display": "block",
|
||||
|
||||
@@ -111,9 +111,9 @@ exports[`DashboardPage Dashboard init completed Should render dashboard grid 1`
|
||||
autoHide={false}
|
||||
autoHideDuration={200}
|
||||
autoHideTimeout={200}
|
||||
className="custom-scrollbar--page"
|
||||
hideHorizontalTrack={true}
|
||||
hideTracksWhenNotNeeded={false}
|
||||
page={true}
|
||||
setScrollTop={[Function]}
|
||||
updateAfterMountMs={500}
|
||||
>
|
||||
@@ -486,9 +486,9 @@ exports[`DashboardPage When dashboard has editview url state should render setti
|
||||
autoHide={false}
|
||||
autoHideDuration={200}
|
||||
autoHideTimeout={200}
|
||||
className="custom-scrollbar--page"
|
||||
hideHorizontalTrack={true}
|
||||
hideTracksWhenNotNeeded={false}
|
||||
page={true}
|
||||
setScrollTop={[Function]}
|
||||
updateAfterMountMs={500}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user