2020-07-24 11:09:39 -04:00
|
|
|
import { inactiveId } from '~/boards/constants';
|
2020-05-12 05:09:31 -04:00
|
|
|
|
2019-05-20 07:05:26 -04:00
|
|
|
export default () => ({
|
2020-06-04 05:08:01 -04:00
|
|
|
endpoints: {},
|
2019-10-28 11:05:58 -04:00
|
|
|
isShowingLabels: true,
|
2020-07-24 11:09:39 -04:00
|
|
|
activeId: inactiveId,
|
2019-05-20 07:05:26 -04:00
|
|
|
});
|