Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MWPW-155333 - [FloodgateUI] Fragment Validation Updates #2929

Open
wants to merge 1 commit into
base: floodgateui
Choose a base branch
from

Conversation

Copy link
Contributor

aem-code-sync bot commented Sep 20, 2024

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run PSI checks
  • Re-sync branch
Commits

Comment on lines 36 to 37
title=${fragmentStatusCheck.value === 'IN PROGRESS' ? inProgressTitleFragment : urls.value.length < 1
? 'Add urls to the excel sheet in order to access this operation.' : ''}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <no-nested-ternary> reported by reviewdog 🐶
Do not nest ternary expressions.

@@ -33,7 +32,7 @@
${html`
<button
class="fgui-urls-heading-action"
onClick=${findFragments}
onClick=${findAllFragments}
title=${fragmentStatusCheck.value === 'IN PROGRESS' ? inProgressTitleFragment : urls.value.length < 1
? 'Add urls to the excel sheet in order to access this operation.' : ''}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 12.

Suggested change
? 'Add urls to the excel sheet in order to access this operation.' : ''}
? 'Add urls to the excel sheet in order to access this operation.' : ''}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant