Skip to content

Commit

Permalink
Agent: update aragonUI to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Nov 20, 2019
1 parent 0b1a421 commit 86143a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/agent/app/package.json
Expand Up @@ -7,7 +7,7 @@
"@aragon/api": "^2.0.0-beta.6",
"@aragon/api-react": "^2.0.0-beta.6",
"@aragon/templates-tokens": "^1.2.0",
"@aragon/ui": "^1.0.0-alpha.23",
"@aragon/ui": "^1.0.0",
"@babel/polyfill": "^7.0.0",
"date-fns": "2.0.0-alpha.22",
"file-saver": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/agent/app/src/components/TransfersFilters.js
@@ -1,5 +1,5 @@
import React from 'react'
import { _DateRange as DateRange, DropDown, GU } from '@aragon/ui'
import { DateRangePicker, DropDown, GU } from '@aragon/ui'

const TransfersFilters = ({
compactMode,
Expand Down Expand Up @@ -37,7 +37,7 @@ const TransfersFilters = ({
onChange={onTokenChange}
/>
<label css="display: inline-block;">
<DateRange
<DateRangePicker
startDate={dateRangeFilter.start}
endDate={dateRangeFilter.end}
onChange={onDateRangeChange}
Expand Down

0 comments on commit 86143a5

Please sign in to comment.