File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/app/src/app/pages/Search Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ function Filters() {
1414 items = { [
1515 { value : ALGOLIA_DEFAULT_INDEX , label : 'Views' } ,
1616 { value : `${ ALGOLIA_DEFAULT_INDEX } _likes` , label : 'Likes' } ,
17+ { value : `${ ALGOLIA_DEFAULT_INDEX } _date` , label : 'Date' } ,
1718 ] }
1819 defaultRefinement = { ALGOLIA_DEFAULT_INDEX }
1920 />
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Centered from '@codesandbox/common/lib/components/flex/Centered';
55import SandboxCard from '@codesandbox/common/lib/components/SandboxCard' ;
66import { sandboxUrl } from '@codesandbox/common/lib/utils/url-generator' ;
77import Margin from '@codesandbox/common/lib/components/spacing/Margin' ;
8- import getSandboxName from '@codesandbox/common/lib/utils/get-sandbox-name' ;
8+ import { getSandboxName } from '@codesandbox/common/lib/utils/get-sandbox-name' ;
99
1010import ResultInfo from '../ResultInfo' ;
1111import { Container } from './elements' ;
You can’t perform that action at this time.
0 commit comments