Skip to content

Commit

Permalink
0.2.1 fix localstorage version
Browse files Browse the repository at this point in the history
  • Loading branch information
suenot committed Oct 18, 2018
1 parent 504e51b commit 661d57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-client/src/stores/DashboardsStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import widgetsMarket from './data/widgetsMarket'
import widgetsIcons from './data/widgetsIcons'
import Alert from 'react-s-alert'

@version(2)
@version(3)
class DashboardsStore {
constructor() {
const trunk = new AsyncTrunk(this, { storage: localStorage, storageKey: 'dashboards' })
Expand Down

0 comments on commit 661d57d

Please sign in to comment.