metered billing app fixes

This commit is contained in:
Čarodej
2022-02-11 17:02:17 +01:00
parent 3fd43936e7
commit eb948f9000
13 changed files with 109 additions and 66 deletions
+4
View File
@@ -94,6 +94,10 @@ const defaultState = {
label: 'Fixed',
value: 'fixed',
},
{
label: 'None',
value: 'none',
},
],
teamPermissions: {
'can-edit': 'Can Edit',