Skip to content

Commit

Permalink
Cleanup editors function.js (#716)
Browse files Browse the repository at this point in the history
Signed-off-by: SamiulSourav <[email protected]>
  • Loading branch information
SamiulSourav authored Jan 15, 2025
1 parent 6ab1c36 commit 954bb24
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions charts/kubedbcom-mssqlserver-editor/ui/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3135,6 +3135,7 @@ return {
onSetCustomConfigChange,
getCreateNameSpaceUrl,
updateConfigServerStorageClass,

initBackupData,
isBackupDataLoadedTrue,
setBackupType,
Expand Down
1 change: 0 additions & 1 deletion charts/kubedbcom-mysql-editor/ui/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2518,7 +2518,6 @@ return {
isBackupDataLoadedTrue,
setBackupType,
getTypes,
getNamespaceArray,
isBackupType,
getContext,
onContextChange,
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedbcom-postgres-editor/ui/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2644,7 +2644,7 @@ return {
isBackupDataLoadedTrue,
setBackupType,
getTypes,
getNamespaceArray,
onBackupTypeChange,
isBackupType,
getContext,
onContextChange,
Expand Down
4 changes: 0 additions & 4 deletions charts/kubedbcom-redis-editor/ui/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1191,10 +1191,6 @@ function showBackupForm({ getValue, discriminator, watchDependency }) {
else return false
}

function getNamespaceArray() {
return namespaceList
}

let initialModel = {}
let isBackupOn = false
let isBackupOnModel = false
Expand Down

0 comments on commit 954bb24

Please sign in to comment.