mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-29 03:53:14 +03:00
Show retry button when generation is cancelled
This commit is contained in:
parent
92b9fddfc0
commit
b3362a43ab
@ -89,7 +89,7 @@ export function Logs({ logs, status, onRetry }) {
|
||||
>
|
||||
{getEmoji(log) + " "}
|
||||
{log}{" "}
|
||||
{i === 0 && status === "error" && (
|
||||
{i === 0 && (status === "error" || status === "cancelled") && (
|
||||
<button onClick={onRetry} className="button gray xs">
|
||||
Retry
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user