Skip to content

Commit

Permalink
refresh fix
Browse files Browse the repository at this point in the history
Signed-off-by: YAO-CHENG LU <[email protected]>
  • Loading branch information
YAO-CHENG LU committed Dec 5, 2024
1 parent 5401c88 commit c28562b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ export const ExecutionNodeDeck: React.FC<{
<div style={{ textAlign: 'center' }}>
<h1>The deck will be ready soon. Please try again later.</h1>
<p>
If you're using the real-time deck, it's because the 'publish'
function has not been invoked yet.
If you're using the real-time deck, it's because the 'publish' function has not been
invoked yet.
</p>
<p>
If you're not using the real-time deck, it's because the corresponding
task is still in progress.
If you're not using the real-time deck, it's because the corresponding task is still in
progress.
</p>
<button
onClick={() => window.location.reload()}
onClick={() => downloadLink.fetch()}

Check warning on line 44 in packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeDeck.tsx

View check run for this annotation

Codecov / codecov/patch

packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeDeck.tsx#L44

Added line #L44 was not covered by tests
style={{
marginTop: '20px',
padding: '10px 20px',
Expand Down

0 comments on commit c28562b

Please sign in to comment.