Blueprints: Import Blueprint modal error rendering
Fixed #2905 Fixes error rendering when invalid blueprint is uploaded.
This commit is contained in:
parent
c73e124d58
commit
285bee5f8d
1 changed files with 0 additions and 2 deletions
|
|
@ -66,8 +66,6 @@ export const ImportBlueprintModal: React.FunctionComponent<
|
|||
) => {
|
||||
setFileContent('');
|
||||
setFilename(file.name);
|
||||
setIsRejected(false);
|
||||
setIsInvalidFormat(false);
|
||||
};
|
||||
|
||||
async function handleRepositoryImport(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue