2020-05-24 23:13:21 +05:30
|
|
|
import { inactiveListId } from '~/boards/constants';
|
|
|
|
|
2019-09-04 21:01:54 +05:30
|
|
|
export default () => ({
|
2019-12-26 22:10:19 +05:30
|
|
|
isShowingLabels: true,
|
2020-05-24 23:13:21 +05:30
|
|
|
activeListId: inactiveListId,
|
2019-09-04 21:01:54 +05:30
|
|
|
});
|