mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
ESLint: fix indentation
This commit is contained in:
@@ -20,16 +20,16 @@ import { mockSubmissionCollectionId, mockSubmissionId } from '../../../shared/mo
|
||||
|
||||
const sectionState = {
|
||||
header: 'submit.progressbar.describe.stepone',
|
||||
config: 'https://rest.api/dspace-spring-rest/api/config/submissionforms/traditionalpageone',
|
||||
mandatory: true,
|
||||
sectionType: SectionsType.SubmissionForm,
|
||||
collapsed: false,
|
||||
enabled: true,
|
||||
data: {},
|
||||
errorsToShow: [],
|
||||
serverValidationErrors: [],
|
||||
isLoading: false,
|
||||
isValid: false
|
||||
config: 'https://rest.api/dspace-spring-rest/api/config/submissionforms/traditionalpageone',
|
||||
mandatory: true,
|
||||
sectionType: SectionsType.SubmissionForm,
|
||||
collapsed: false,
|
||||
enabled: true,
|
||||
data: {},
|
||||
errorsToShow: [],
|
||||
serverValidationErrors: [],
|
||||
isLoading: false,
|
||||
isValid: false
|
||||
} as any;
|
||||
|
||||
const sectionObject: SectionDataObject = {
|
||||
|
Reference in New Issue
Block a user