mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
command palette search placeholder
This commit is contained in:
parent
da44c36660
commit
fcb0f45a4b
@ -176,7 +176,8 @@
|
||||
bind:this={domInput}
|
||||
bind:value={filter}
|
||||
on:keydown={handleKeyDown}
|
||||
placeholder={parentCommand?.text || ''}
|
||||
placeholder={parentCommand?.text ||
|
||||
($visibleCommandPalette == 'database' ? 'Search in database' : 'Search in commands')}
|
||||
/>
|
||||
</div>
|
||||
<div class="content">
|
||||
|
Loading…
Reference in New Issue
Block a user