Make requested changes

This commit is contained in:
Arun Kumar
2021-03-18 22:49:37 +05:30
parent 489f45b910
commit db4ed1ecb1
8 changed files with 94 additions and 25 deletions
+1
View File
@@ -23,6 +23,7 @@ export const actionChangeProjectName = register({
label={t("labels.fileTitle")}
value={appState.name || "Unnamed"}
onChange={(name: string) => updateData(name)}
customName={appState.customName}
/>
),
});