We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6671246 commit 070aa7aCopy full SHA for 070aa7a
src/routes/volume/BulkCloneVolumeModal.js
@@ -166,7 +166,7 @@ const modal = ({
166
const handleFrontendChange = (value) => updateVolumeConfig('frontend', value)
167
const handleDataLocalityChange = (value) => updateVolumeConfig('dataLocality', value)
168
const handleAccessModeChange = (value) => updateVolumeConfig('accessMode', value)
169
- const handleBackupTargetNameChange = (value) => updateVolumeConfig('backupTargeName', value)
+ const handleBackupTargetNameChange = (value) => updateVolumeConfig('backupTargetName', value)
170
const handleEncryptedCheck = (e) => updateVolumeConfig('encrypted', e.target.checked)
171
const handleNodeTagRemove = (value) => {
172
const oldNodeTags = volumeConfigs[tabIndex]?.nodeSelector
0 commit comments