algorithm to find new name if it exists

This commit is contained in:
Peter Holmberg
2018-10-05 11:33:41 +02:00
parent 85603dbc21
commit b5681e9802
5 changed files with 112 additions and 14 deletions

View File

@@ -52,4 +52,5 @@ export interface StoreState {
team: TeamState;
folder: FolderState;
dashboard: DashboardState;
dataSources: DataSourcesState;
}