7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
import { inactiveListId } from '~/boards/constants';
|
|
|
|
export default () => ({
|
|
endpoints: {},
|
|
isShowingLabels: true,
|
|
activeListId: inactiveListId,
|
|
});
|