-
Notifications
You must be signed in to change notification settings - Fork 7
Timespan component #2100
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
base: project/early-action-protocols
Are you sure you want to change the base?
Timespan component #2100
Conversation
|
dc47211 to
d46e199
Compare
9c54bb0 to
ba9353a
Compare
| <> | ||
| <SelectInput | ||
| name="timeframe" | ||
| label="Timeframe" |
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.
Please update the label Time frame
| /> | ||
| <Checklist | ||
| name="timespan" | ||
| label="Time span" |
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.
Please add string translation.
d9efcae to
3b86ec7
Compare
| export interface TimespanInputValue { | ||
| timeframe?: Timeframe; | ||
| timespan?: number[]; | ||
| } |
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 type of value does not match the type accepted by the backend.
9125185 to
9bd3e1a
Compare
2690280 to
f860ae1
Compare
d10a0db to
5ccc1bc
Compare
Summary
Timespan Input component for the EAP
Changes
This PR Ensures:
console.logstatements meant for debugging