aboutsummaryrefslogtreecommitdiff
path: root/components/LineEditMulti.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/LineEditMulti.qml')
-rw-r--r--components/LineEditMulti.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/LineEditMulti.qml b/components/LineEditMulti.qml
index a33893c9..8137c02b 100644
--- a/components/LineEditMulti.qml
+++ b/components/LineEditMulti.qml
@@ -67,7 +67,7 @@ ColumnLayout {
}
}
- property bool error: false
+ property alias error: input.error
property string labelFontColor: MoneroComponents.Style.defaultFontColor
property bool labelFontBold: false
@@ -176,7 +176,6 @@ ColumnLayout {
fontColor: item.fontColor
mouseSelection: item.mouseSelection
onEditingFinished: item.editingFinished()
- error: item.error
MoneroComponents.TextPlain {
id: placeholderLabel