Project Role Permission: Change default permission type to 'Deny' (#4832)

Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
This commit is contained in:
Pearl Dsilva 2021-03-17 17:33:30 +05:30 committed by GitHub
parent 3f84b9ab42
commit d81141ed37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ export default {
updateTable: false,
rules: null,
newRule: '',
newRulePermission: 'allow',
newRulePermission: 'deny',
newRuleDescription: '',
newRuleSelectError: false,
drag: false,
@ -159,7 +159,7 @@ export default {
},
resetNewFields () {
this.newRule = ''
this.newRulePermission = 'allow'
this.newRulePermission = 'deny'
this.newRuleDescription = ''
this.newRuleSelectError = false
},