This commit is contained in:
Thomas Nordquist
2019-01-08 03:29:18 +01:00
parent 723666e2cb
commit 2a800dc7ca
17 changed files with 86 additions and 120 deletions

View File

@@ -1,4 +1,3 @@
import { Action } from 'redux'
import { ActionTypes } from '../reducers'
export const setAutoExpandLimit = (autoExpandLimit: number = 0) => {