diff --git a/client/Application.js b/client/Application.js index 11d5477e..8212403e 100644 --- a/client/Application.js +++ b/client/Application.js @@ -46,16 +46,17 @@ export default class App extends Component { - - {/**/} - - - - - - - - + + + + + + + + + + + diff --git a/client/actions/interfaceAction.js b/client/actions/interfaceAction.js index 196feff1..53ddaaca 100644 --- a/client/actions/interfaceAction.js +++ b/client/actions/interfaceAction.js @@ -2,7 +2,8 @@ import { FETCH_INTERFACE_DATA, LIST_INTERFACE_CLICK, PROJECT_MEMBER_INTERFACE, - DELETE_INTERFACE_DATA + DELETE_INTERFACE_DATA, + SAVE_INTERFACE_PROJECT_ID } from '../constants/action-types.js' export function fetchInterfaceData (value) { @@ -30,3 +31,10 @@ export function deleteInterfaceData (value) { payload: value } } + +export function saveInterfaceProjectId (value) { + return { + type: SAVE_INTERFACE_PROJECT_ID, + payload: value + } +} diff --git a/client/components/Header/Header.js b/client/components/Header/Header.js index bfc5bb36..e308d072 100644 --- a/client/components/Header/Header.js +++ b/client/components/Header/Header.js @@ -11,12 +11,16 @@ import Srch from './Search/Search' const { Header } = Layout; const MenuUser = (props) => ( -
{this.props.mockURL}
YAPI