Ensured edit meta menu item is only displayed when shlink v1.18 or greater is run

This commit is contained in:
Alejandro Celaya
2020-01-19 21:30:01 +01:00
parent 2236ed467e
commit 5762342d6c
2 changed files with 14 additions and 4 deletions

View File

@@ -47,6 +47,11 @@ describe('<ShortUrlsRowMenu />', () => {
});
each([
[ '1.17.0', 6, 2 ],
[ '1.17.2', 6, 2 ],
[ '1.18.0', 7, 2 ],
[ '1.18.1', 7, 2 ],
[ '1.19.0', 7, 2 ],
[ '1.20.3', 7, 2 ],
[ '1.21.0', 7, 2 ],
[ '1.21.1', 7, 2 ],