Add tests, update changelog and minor fixes

This commit is contained in:
Arun Kumar
2021-03-20 01:07:49 +05:30
parent dcda7184d0
commit d565413082
7 changed files with 33 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ export const actionChangeProjectName = register({
label={t("labels.fileTitle")}
value={appState.name || "Unnamed"}
onChange={(name: string) => updateData(name)}
isNameEditable={typeof appProps.name !== "undefined"}
isNameEditable={typeof appProps.name === "undefined"}
/>
),
});