mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-23 23:18:06 +00:00
Set the initial owners to one when creating a Safe
This commit is contained in:
parent
fbb0b7b817
commit
ff6558f236
@ -85,7 +85,7 @@ export const calculateValuesAfterRemoving = (index: number, notRemovedOwners: nu
|
||||
|
||||
class SafeOwners extends React.Component<Props, State> {
|
||||
state = {
|
||||
numOwners: 3,
|
||||
numOwners: 1,
|
||||
}
|
||||
|
||||
onRemoveRow = (index: number) => () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user