mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Initial code suggestions should always show primary state items
This commit is contained in:
parent
d3102e6c07
commit
199c4ec947
1 changed files with 0 additions and 2 deletions
|
|
@ -163,8 +163,6 @@ export const generateHints = (hints, totalReferences = 1, input, searchText) =>
|
|||
};
|
||||
|
||||
function filterHintsByDepth(input, hints) {
|
||||
if (input === '') return hints;
|
||||
|
||||
const inputParts = input.split('.');
|
||||
const inputDepth = inputParts.length + 1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue