Skip to content

Commit

Permalink
assets: move deposit components to rdm-records
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Apr 20, 2023
1 parent 06bd6fc commit d86ce0b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ class CommunityCreateForm extends Component {
config={customFields.ui}
templateLoaders={[
(widget) => import(`@templates/custom_fields/${widget}.js`),
(widget) => import(`react-invenio-deposit`),
(widget) => import(`react-invenio-forms`),
]}
fieldPathPrefix="custom_fields"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import _mapValues from "lodash/mapValues";
import _pickBy from "lodash/pickBy";
import _unset from "lodash/unset";
import React, { Component } from "react";
import { FundingField } from "react-invenio-deposit";
import { FundingField } from "@js/invenio_vocabularies";
import {
AccordionField,
CustomFields,
Expand Down Expand Up @@ -537,7 +537,6 @@ class CommunityProfileForm extends Component {
config={customFields.ui}
templateLoaders={[
(widget) => import(`@templates/custom_fields/${widget}.js`),
(widget) => import(`react-invenio-deposit`),
(widget) => import(`react-invenio-forms`),
]}
fieldPathPrefix="custom_fields"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import { i18next } from "@translations/invenio_communities/i18next";
import React from "react";
import Dropzone from "react-dropzone";
import { humanReadableBytes } from "react-invenio-deposit";
import { humanReadableBytes } from "react-invenio-forms";
import { Image } from "react-invenio-forms";
import { Button, Divider, Header, Icon, Message } from "semantic-ui-react";
import { CommunityApi } from "../../api";
Expand Down
1 change: 0 additions & 1 deletion invenio_communities/webpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@semantic-ui-react/css-patch": "^1.0.0",
"react-router-dom": "^6.3.0",
"react-invenio-forms": "^2.0.0",
"react-invenio-deposit": "^2.1.0",
"axios": "^0.21.0",
"formik": "^2.1.0",
"i18next": "^20.3.0",
Expand Down

0 comments on commit d86ce0b

Please sign in to comment.