-
Notifications
You must be signed in to change notification settings - Fork 38
feat: add alert fields and fix copy value bug #5755
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
Conversation
Signed-off-by: NaYeong,Kim <[email protected]>
Signed-off-by: NaYeong,Kim <[email protected]>
Signed-off-by: NaYeong,Kim <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Skipped Deployments
|
✅ There are no commits in this PR that require review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 7 out of 11 changed files in this pull request and generated 1 comment.
Files not reviewed (4)
- packages/language-pack/console-translation-2.8.babel: Language not supported
- packages/language-pack/en.json: Language not supported
- packages/language-pack/ja.json: Language not supported
- packages/language-pack/ko.json: Language not supported
periodMenuItems: computed<AlertPeriodItemType[]>(() => [ | ||
{ | ||
name: ALERT_PERIOD_DROPDOWN_MENU.LAST_1_MONTH, | ||
relativePeriod: { unit: 'month', value: 1 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 'relativePeriod' object includes an extra 'unit' property which is not defined in the AlertRelativePeriod type. Consider removing the 'unit' property from all relativePeriod definitions to ensure consistency with the expected type.
relativePeriod: { unit: 'month', value: 1 }, | |
relativePeriod: { value: 1 }, |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
Signed-off-by: NaYeong,Kim <[email protected]>
Skip Review (optional)
style
,chore
,ci
,test
,docs
)Description (optional)
SSIA
Things to Talk About (optional)