fix(): removed dashboard version to schema version migration
This commit is contained in:
@@ -16,10 +16,6 @@ function (angular, $, _, moment) {
|
||||
data = {};
|
||||
}
|
||||
|
||||
if (!data.id && data.version) {
|
||||
data.schemaVersion = data.version;
|
||||
}
|
||||
|
||||
this.id = data.id || null;
|
||||
this.title = data.title || 'No Title';
|
||||
this.autoUpdate = data.autoUpdate;
|
||||
|
||||
Reference in New Issue
Block a user