Fix Shift-Enter regressions
This commit is contained in:
parent
308b1232bc
commit
2893fe11a3
@ -130,7 +130,7 @@ export function PageNavigator({
|
||||
newHint={`Create ${mode}`}
|
||||
completePrefix={completePrefix}
|
||||
onSelect={(opt) => {
|
||||
onNavigate(opt?.ref);
|
||||
onNavigate(opt?.ref || opt?.name);
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user