Skip to content

Commit

Permalink
* fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
CalamityC committed Oct 30, 2023
1 parent 5ae2e54 commit f11bf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmo/management/assets/js/components/element/Section.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Section = ({ config, section, configActions, elementActions, display='list
<AddLink title={gettext('Add page')} onClick={createPage} disabled={section.read_only} />
<LockedLink title={section.locked ? gettext('Unlock section')
: gettext('Lock section')}
locked={section.locked} onClick={toggleLocked} disabled={section.read_only} />
locked={section.locked} onClick={toggleLocked} disabled={section.read_only} />
<ExportLink title={gettext('Export section')} exportUrl={exportUrl}
exportFormats={config.settings.export_formats} full={true} />
<Drag element={section} show={display == 'nested'} />
Expand Down

0 comments on commit f11bf6c

Please sign in to comment.