Skip to content

Commit 6915b47

Browse files
msivasubramaniaandgolovin
authored andcommitted
re initialize the form values when git url text box updated
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent c5ebef7 commit 6915b47

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/webview/git-import/app/gitImport.tsx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,19 @@ export class GitImport extends React.Component<DefaultProps, {
186186
helpText: '',
187187
showError: false,
188188
parser: undefined
189-
}
190-
})
189+
},
190+
parentAccordionOpen: false,
191+
statergyAccordionOpen: false,
192+
componentName: undefined,
193+
applicationName: undefined,
194+
compDescription: [],
195+
isDevFile: undefined,
196+
devFilePath: undefined,
197+
selectedDesc: undefined,
198+
selectedCard: false,
199+
showLoadScreen: false,
200+
notification: ''
201+
});
191202
}
192203

193204
analyze = (): void => {

0 commit comments

Comments
 (0)