Added multiple products UI in Portal behind feature flag

refs https://github.com/TryGhost/Team/issues/767

- adds new multiple products UI in Portal (works behind the `multipleProducts` feature flag)
- Portal's current single product UI behaves the same when flag is switched off
This commit is contained in:
Rishabh 2021-06-11 14:12:15 +05:30
parent 0766a19afd
commit 4c1c607b83

View File

@ -122,6 +122,6 @@
},
"portal": {
"url": "https://unpkg.com/@tryghost/portal@~1.5.1/umd/portal.min.js",
"version": "~1.5.1"
"version": "~1.6.0"
}
}