mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-05 04:34:37 +08:00
Hound is love, Hound is life
This commit is contained in:
parent
decdce17fa
commit
869c3593a3
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import {defineMessages, injectIntl, intlShape} from 'react-intl';
|
||||
import { FormControl } from "react-bootstrap";
|
||||
|
||||
|
@ -15,7 +14,7 @@ const NameFormControl = ({ intl, ...props }) =>
|
|||
{...props}
|
||||
/>;
|
||||
|
||||
NameFormControl.PropTypes = {
|
||||
NameFormControl.propTypes = {
|
||||
intl: intlShape.isRequired
|
||||
};
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@ import { LinkContainer } from "react-router-bootstrap";
|
|||
import { FormattedMessage } from "react-intl";
|
||||
import update from "immutability-helper";
|
||||
import styled from "styled-components";
|
||||
import axios from "../../../../../config/axios";
|
||||
import _ from "lodash";
|
||||
import axios from "../../../../../config/axios";
|
||||
import {
|
||||
SETTINGS_TEAMS_ROUTE,
|
||||
SETTINGS_TEAM_ROUTE
|
||||
|
|
Loading…
Add table
Reference in a new issue