mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +02:00
don't treat empty display name as an error
This commit is contained in:
parent
cc151d6187
commit
9925bc2822
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import "../../controls-uit" as HifiControlsUit
|
||||||
TextField {
|
TextField {
|
||||||
id: textField
|
id: textField
|
||||||
|
|
||||||
property bool error: text === '';
|
property bool error: false;
|
||||||
text: 'ThisIsDisplayName'
|
text: 'ThisIsDisplayName'
|
||||||
|
|
||||||
states: [
|
states: [
|
||||||
|
|
Loading…
Reference in a new issue