-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feedback page #133
base: master
Are you sure you want to change the base?
Feedback page #133
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
const products = [{ title: 'Lanca' }, { title: 'CERP (Rewards)' }, { title: 'CELP (Pools)' }] | ||
|
||
export function FeedbackScreen({ show, title, body, isMessageNeeded = true }: ContactModalProps) { |
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.
delete unused props
setIsModalVisible(true) | ||
} catch (err) { | ||
console.error('Error submitting form:', err) | ||
setIsModalVisible(true) |
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.
why do you need to bring up a modal?
/> | ||
<div className={classNames.productSelectContainer}> | ||
<p>Product</p> | ||
<ProductSelect |
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.
if this input required, then coluld show error for this input
@@ -0,0 +1,11 @@ | |||
/** Generated by [postcss-d-ts](https://github.com/askirmas/postcss-d-ts) */ | |||
declare const identifiersMap: CssIdentifiersMap |
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.
what is it and what is it for?
actualize the branch please |
No description provided.