1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-19 01:25:51 +07:00

chore: sync with 4.x webui

This commit is contained in:
Juan Picado @jotadeveloper
2019-03-27 23:39:06 +01:00
parent e2d478d65b
commit 133a5f0171
88 changed files with 1302 additions and 1656 deletions

View File

@@ -100,7 +100,7 @@ export class Search extends Component<IProps, IState> {
case 'enter':
this.setState({ search: '' });
// $FlowFixMe
history.push(`/-/web/version/${suggestionValue}`);
history.push(`/-/web/detail/${suggestionValue}`);
break;
}
};