Settings UI for multiple teams with React

This commit is contained in:
Yuya Ochiai
2015-12-19 23:51:19 +09:00
parent 05d397549b
commit 283e311095
5 changed files with 132 additions and 31 deletions

View File

@@ -5,7 +5,10 @@ const version = 1;
var upgradeV0toV1 = function(config_v0) {
return {
url: [config_v0.url],
teams: [{
name: 'Primary team',
url: config_v0.url
}],
version: 1
};
};