Remove unused project name from export dialog (#2427)

* Remove unused project name from export dialog

* snaps
This commit is contained in:
Lipis
2020-11-29 15:42:44 +02:00
committed by GitHub
parent ca60244aa3
commit 204c8370a0
13 changed files with 0 additions and 605 deletions

View File

@ -24,7 +24,6 @@ const clearAppStatePropertiesForHistory = (appState: AppState) => {
viewBackgroundColor: appState.viewBackgroundColor,
editingLinearElement: appState.editingLinearElement,
editingGroupId: appState.editingGroupId,
name: appState.name,
};
};