Skip to content
Snippets Groups Projects

Sticky footer

Merged lit_git requested to merge sticky-footer into shared-data-model
8 files
+ 61
72
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -33,7 +33,7 @@ const CheckList = styled(Fieldset)`
}
`
const options = adminOptions
.filter(o => !['title', 'english', 'grants', 'other'].includes(o.value))
.filter(o => !['title', 'english', 'grants'].includes(o.value))
.reverse()
const submissionMessage = async (url, annotations) => {