未验证 提交 6757991d 编写于 作者: B bryk

Fix JS compilation after #1153

上级 e1265735
......@@ -44,7 +44,7 @@ export class BreadcrumbsService {
* Returns parent state of the given state based on defined breadcrumbs config state parent name.
*
* @param {!ui.router.$state} state
* @return {ui.router.$state}
* @return {!ui.router.$state}
*/
getParentState(state) {
let conf = this.getBreadcrumbConfig(state);
......
......@@ -51,11 +51,10 @@ export default class LogsToolbarController {
/**
* Execute a code when a user changes the selected option of a container element.
* @param {string} container
* @return {string}
* @export
*/
onContainerChange(container) {
return this.state_.go(
this.state_.go(
logs,
new StateParams(this.stateParams.objectNamespace, this.stateParams.objectName, container));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册