fix(striker-ui): default user to 'root' in add peer

main
Tsu-ba-me 1 year ago
parent c8e0ed35c8
commit 823f0780b1
  1. 2
      striker-ui/components/StrikerConfig/AddPeerDialog.tsx

@ -102,7 +102,7 @@ const AddPeerDialog = forwardRef<
sx: { minWidth: '4.6em', width: '25%' },
}}
id="add-peer-user-input"
inputProps={{ placeholder: 'admin' }}
inputProps={{ placeholder: 'root' }}
label={LABEL.user}
/>
}

Loading…
Cancel
Save