This commit is contained in:
xdrm-brackets 2018-05-09 12:38:09 +02:00
parent 73bc584036
commit 3dfa1cc525
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export default {
}
// 3. Update GUI
this.vers.push( { id: parseInt(rs.created_id), label: label } );
this.version.list.push( { id: parseInt(rs.created_id), label: label } );
}.bind(this));