debian-mirror-gitlab/app/assets/javascripts/releases/stores/modules/list/state.js
2020-11-24 15:15:51 +05:30

18 lines
282 B
JavaScript

export default ({
projectId,
projectPath,
documentationPath,
illustrationPath,
newReleasePath = '',
}) => ({
projectId,
projectPath,
documentationPath,
illustrationPath,
newReleasePath,
isLoading: false,
hasError: false,
releases: [],
pageInfo: {},
});