mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed typo for acl in tablespace node
This commit is contained in:
parent
4816f5ed12
commit
174363c9a7
@ -123,7 +123,7 @@ class TablespaceView(PGChildNodeView):
|
||||
"Using the template path: %s", self.template_path
|
||||
)
|
||||
# Allowed ACL on tablespace
|
||||
self.acls = ['C']
|
||||
self.acl = ['C']
|
||||
|
||||
return f(*args, **kwargs)
|
||||
return wrap
|
||||
|
Loading…
Reference in New Issue
Block a user