Skip to content

Commit 7214fba

Browse files
committed
Fix typo in ProxySettings component for proxysqlBootstrapUsers property
1 parent 746ebfb commit 7214fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/dashboard_react/src/Pages/Settings/ProxySettings.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function ProxySettings({ selectedCluster, user, openConfirmModal }) {
4545
dispatch(switchSetting({ clusterName: selectedCluster?.name, setting: 'proxysql-bootstrap-users' }))
4646
}
4747
isDisabled={user?.grants['cluster-settings'] == false}
48-
isChecked={selectedCluster?.config?.proxysqlBootstrapyUsers}
48+
isChecked={selectedCluster?.config?.proxysqlBootstrapUsers}
4949
/>
5050
)
5151
},

0 commit comments

Comments
 (0)