fix(striker-ui): revert user to 'admin' in add peer

main
Tsu-ba-me 1 year ago
parent eeab34059b
commit 1987fc7c2c
  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: 'root' }}
inputProps={{ placeholder: 'admin' }}
label={LABEL.user}
/>
}

Loading…
Cancel
Save