Skip to content

Commit

Permalink
cleaning files
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfyWin committed Oct 2, 2024
1 parent ae9a2b1 commit 8c6df08
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 676 deletions.
59 changes: 0 additions & 59 deletions src/main/transfer/Resources/modules/components/form.jsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const ExportEditor = (props) => {
return (
<Editor
path={props.path + (props.isNew ? '/new' : '/edit')}
styles={['claroline-distribution-main-transfer-transfer-tool']}
title={get(props.formData, 'name', trans('export', {}, 'transfer'))}
name={selectors.FORM_NAME}
target={(formData, isNew) => isNew ? ['apiv2_transfer_export_create']: ['apiv2_transfer_export_update', {id: props.formData.id}]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const ImportEditor = (props) => {
return (
<Editor
path={props.path + (props.isNew ? '/new' : '/edit')}
styles={['claroline-distribution-main-transfer-transfer-tool']}
title={get(props.formData, 'name', trans('import', {}, 'transfer'))}
name={selectors.FORM_NAME}
target={(formData, isNew) => isNew ? ['apiv2_transfer_import_create']: ['apiv2_transfer_import_update', {id: props.formData.id}]}
Expand Down
254 changes: 0 additions & 254 deletions src/main/transfer/Resources/modules/tools/export/components/form.jsx

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8c6df08

Please sign in to comment.