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> {
|
class SafeOwners extends React.Component<Props, State> {
|
||||||
state = {
|
state = {
|
||||||
numOwners: 3,
|
numOwners: 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
onRemoveRow = (index: number) => () => {
|
onRemoveRow = (index: number) => () => {
|
||||||
|
|
Loading…
Reference in New Issue