Skip to content

Commit

Permalink
WINDUP-3805 'Collapse all' typo (#1640) (#1641)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3c44bf1)

Co-authored-by: Marco Rizzi <mrizzi@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and mrizzi committed Apr 18, 2023
1 parent 03718b9 commit d5d5426
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -294,7 +294,7 @@ export const ApplicationFilesTable: React.FC<IApplicationFilesTableProps> = ({
rows={rows}
cells={columns}
actions={actions}
// Fech data
// Fetch data
isLoading={applicationsDetailsQuery.isFetching}
loadingVariant="skeleton"
fetchError={applicationsDetailsQuery.isError}
Expand All @@ -308,7 +308,7 @@ export const ApplicationFilesTable: React.FC<IApplicationFilesTableProps> = ({
variant={ButtonVariant.link}
onClick={() => setExpandedRows([])}
>
Collapes all
Collapse all
</Button>
</ToolbarItem>
<ToolbarItem>
Expand Down

0 comments on commit d5d5426

Please sign in to comment.