mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Add node creator ignore input
This commit is contained in:
parent
592ecb3742
commit
b0159f1afb
|
@ -5,6 +5,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<input
|
<input
|
||||||
|
class="ph-ignore-input"
|
||||||
:placeholder="$locale.baseText('nodeCreator.searchBar.searchNodes')"
|
:placeholder="$locale.baseText('nodeCreator.searchBar.searchNodes')"
|
||||||
ref="input"
|
ref="input"
|
||||||
:value="value"
|
:value="value"
|
||||||
|
|
Loading…
Reference in a new issue