mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 13:41:51 +02:00
Cmd+n to open dropdown
This commit is contained in:
@@ -145,7 +145,7 @@ export const ResponsePane = memo(function ResponsePane({ style, className, activ
|
||||
</HStack>
|
||||
|
||||
{activeResponse?.error ? (
|
||||
<Banner color="danger" className="m-2 mt-4">
|
||||
<Banner color="danger" className="m-2">
|
||||
{activeResponse.error}
|
||||
</Banner>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user