i'm dumb
This commit is contained in:
parent
5f96aa0fc3
commit
34ecb77406
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ function UserEmailNew(props: Props) {
|
||||||
button="primary"
|
button="primary"
|
||||||
type="submit"
|
type="submit"
|
||||||
label={__('Continue')}
|
label={__('Continue')}
|
||||||
disabled={!newEmail || !valid || !localShareUsageData || isPending}
|
disabled={!newEmail || !valid || (!localShareUsageData && !shareUsageData) || isPending}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</Form>
|
</Form>
|
||||||
|
|
Loading…
Add table
Reference in a new issue