提交 4660def7 编写于 作者: A Anshul Ahuja 提交者: Kubernetes Prow Robot

Fix create resource input component: set inputData string to empty (#4274)

上级 31df7b8e
......@@ -24,7 +24,7 @@ import {NamespaceService} from '../../../common/services/global/namespace';
styleUrls: ['./style.scss'],
})
export class CreateFromInputComponent {
inputData: string;
inputData = '';
constructor(
private readonly namespace_: NamespaceService,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册