@@ -158,7 +158,7 @@ export const Tab = types
158
158
return self . selectedCount === self . dataStore . total ;
159
159
} ,
160
160
161
- get filterSnposhot ( ) {
161
+ get filterSnapshot ( ) {
162
162
return {
163
163
conjunction : self . conjunction ,
164
164
items : self . serializedFilters ,
@@ -176,7 +176,7 @@ export const Tab = types
176
176
177
177
get query ( ) {
178
178
return JSON . stringify ( {
179
- filters : self . filterSnposhot ,
179
+ filters : self . filterSnapshot ,
180
180
ordering : self . ordering . toJSON ( ) ,
181
181
hiddenColumns : self . hiddenColumnsSnapshot ,
182
182
} ) ;
@@ -186,7 +186,7 @@ export const Tab = types
186
186
if ( self . virtual ) {
187
187
return {
188
188
title : self . title ,
189
- filters : self . filterSnposhot ,
189
+ filters : self . filterSnapshot ,
190
190
ordering : self . ordering . toJSON ( ) ,
191
191
} ;
192
192
}
@@ -199,7 +199,7 @@ export const Tab = types
199
199
ordering : self . ordering . toJSON ( ) ,
200
200
type : self . type ,
201
201
target : self . target ,
202
- filters : self . filterSnposhot ,
202
+ filters : self . filterSnapshot ,
203
203
hiddenColumns : getSnapshot ( self . hiddenColumns ) ,
204
204
columnsWidth : self . columnsWidth . toPOJO ( ) ,
205
205
columnsDisplayType : self . columnsDisplayType . toPOJO ( ) ,
0 commit comments