File tree 1 file changed +9
-7
lines changed
pages/collection-preferences
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,15 @@ export default function CollectionPreferencesPermutations() {
31
31
visibleContentPreference = { visibleContentPreference }
32
32
stickyColumnsPreference = { stickyColumnsPreference }
33
33
customPreference = { customPreference }
34
+ contentBefore = {
35
+ < Box margin = { { bottom : 's' } } >
36
+ < Alert type = { 'warning' } header = { 'Local storage not enabled' } >
37
+ Go to your browser settings to enable local storage. This will persist your settings across sessions
38
+ unless your local storage is cleared. If local storage is not enabled preferences are saved in session
39
+ storage as a fallback.
40
+ </ Alert >
41
+ </ Box >
42
+ }
34
43
/>
35
44
< CollectionPreferences className = { `cp-2` } { ...baseProperties } customPreference = { customPreference } />
36
45
< CollectionPreferences
@@ -44,13 +53,6 @@ export default function CollectionPreferencesPermutations() {
44
53
className = "cp-4"
45
54
{ ...baseProperties }
46
55
visibleContentPreference = { visibleContentPreference }
47
- contentBefore = {
48
- < Box margin = { { bottom : 's' } } >
49
- < Alert type = { 'info' } header = { 'Test content before' } >
50
- Some information
51
- </ Alert >
52
- </ Box >
53
- }
54
56
/>
55
57
</ ScreenshotArea >
56
58
</ >
You can’t perform that action at this time.
0 commit comments