Skip to content

Commit

Permalink
fix: backup push
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Mar 25, 2022
1 parent 6c586fb commit 415b672
Show file tree
Hide file tree
Showing 7 changed files with 578 additions and 7 deletions.
1 change: 1 addition & 0 deletions admin-ui/app/routes/Apps/Gluu/GluuProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function GluuProperties({
valuePlaceholder,
options,
}) {
console.log(options)
const [properties, setProperties] = useState(options)
const { t } = useTranslation()

Expand Down
1 change: 1 addition & 0 deletions admin-ui/app/utils/ApiResources.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ export const LDAP = 'ldap'
export const SQL = 'sql'
export const COUCHBASE = 'couchbase'
export const CACHE = 'cache'
export const USERS = 'user_management'
Loading

0 comments on commit 415b672

Please sign in to comment.