Skip to content

Commit 5cdbc39

Browse files
committed
fix
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 4762115 commit 5cdbc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/network/FirewallRules.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ export default {
405405
if (this.loading) return
406406
this.loading = true
407407
if (this.newRule.cidrlist == null || this.newRule.cidrlist.trim?.() === '') {
408-
delete this.newRule['cidrlist']
408+
delete this.newRule.cidrlist
409409
}
410410
api('createFirewallRule', { ...this.newRule }).then(response => {
411411
this.$pollJob({

0 commit comments

Comments
 (0)