mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 00:58:32 +02:00
Switch to BiomeJS (#306)
This commit is contained in:
@@ -39,5 +39,5 @@ export async function showPrompt({
|
||||
|
||||
if (result == null) return null; // Cancelled
|
||||
if (typeof result.value === 'string') return result.value;
|
||||
else return props.defaultValue ?? '';
|
||||
return props.defaultValue ?? '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user