Skip to content

Commit 070aa7a

Browse files
mantissahzderekbit
authored andcommitted
fix(clone): typo in handleBackupTargetNameChange
ref: longhorn/longhorn 10463 Signed-off-by: James Lu <[email protected]> (cherry picked from commit 9ff9375)
1 parent 6671246 commit 070aa7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/volume/BulkCloneVolumeModal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const modal = ({
166166
const handleFrontendChange = (value) => updateVolumeConfig('frontend', value)
167167
const handleDataLocalityChange = (value) => updateVolumeConfig('dataLocality', value)
168168
const handleAccessModeChange = (value) => updateVolumeConfig('accessMode', value)
169-
const handleBackupTargetNameChange = (value) => updateVolumeConfig('backupTargeName', value)
169+
const handleBackupTargetNameChange = (value) => updateVolumeConfig('backupTargetName', value)
170170
const handleEncryptedCheck = (e) => updateVolumeConfig('encrypted', e.target.checked)
171171
const handleNodeTagRemove = (value) => {
172172
const oldNodeTags = volumeConfigs[tabIndex]?.nodeSelector

0 commit comments

Comments
 (0)