Skip to content

Commit 0349a1e

Browse files
committed
Fix fsStorage radio box id
1 parent aaf2d26 commit 0349a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pages/StorageCreatePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const StorageCreatePage = () => {
4949
<FormCheckList>
5050
{appIsElectron && (
5151
<FormCheckInlineItem
52-
id='radio-localStorageType'
52+
id='radio-fsStorageType'
5353
type='radio'
5454
checked={storageType === 'fs'}
5555
onChange={() => setStorageType('fs')}

0 commit comments

Comments
 (0)