Added ref spotlight lookup.

This commit is contained in:
Tom Butcher 2025-12-03 13:11:39 +00:00
parent 7cf39ff112
commit 6f46587f5e

View File

@ -384,7 +384,7 @@ const SpotlightProvider = ({ children }) => {
const getModeDescription = (mode) => { const getModeDescription = (mode) => {
switch (mode) { switch (mode) {
case ':': case ':':
return 'ID lookup' return 'ID/Reference lookup'
case '?': case '?':
return 'Filter' return 'Filter'
case '^': case '^':