Skip to content

Commit

Permalink
Update public/apps/configuration/panels/service-account-list.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford authored Sep 1, 2023
1 parent 9ca03f6 commit d8de3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/apps/configuration/panels/service-account-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export function ServiceAccountList(props: AppDependencies) {
// @ts-ignore
selection={{ onSelectionChange: setSelection }}
sorting
error={errorFlag ? 'Load data failed, please check console log for more detail.' : ''}
error={errorFlag ? 'Load data failed, please check the console log for more details.' : ''}

Check failure on line 211 in public/apps/configuration/panels/service-account-list.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (windows-latest)

Replace `errorFlag·?·'Load·data·failed,·please·check·the·console·log·for·more·details.'·:·''` with `␍⏎··············errorFlag·?·'Load·data·failed,·please·check·the·console·log·for·more·details.'·:·''␍⏎············`

Check failure on line 211 in public/apps/configuration/panels/service-account-list.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (ubuntu-latest)

Replace `errorFlag·?·'Load·data·failed,·please·check·the·console·log·for·more·details.'·:·''` with `⏎··············errorFlag·?·'Load·data·failed,·please·check·the·console·log·for·more·details.'·:·''⏎············`

Check failure on line 211 in public/apps/configuration/panels/service-account-list.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (macos-latest)

Replace `errorFlag·?·'Load·data·failed,·please·check·the·console·log·for·more·details.'·:·''` with `⏎··············errorFlag·?·'Load·data·failed,·please·check·the·console·log·for·more·details.'·:·''⏎············`
message={showTableStatusMessage(loading, userData)}
/>
</EuiPageBody>
Expand Down

0 comments on commit d8de3d5

Please sign in to comment.