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

Feedback page #133

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Feedback page #133

wants to merge 8 commits into from

Conversation

ruslan-concero
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Oct 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
app-concero-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2024 10:08pm


const products = [{ title: 'Lanca' }, { title: 'CERP (Rewards)' }, { title: 'CELP (Pools)' }]

export function FeedbackScreen({ show, title, body, isMessageNeeded = true }: ContactModalProps) {
Copy link
Collaborator Author

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)
Copy link
Collaborator Author

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
Copy link
Collaborator Author

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
Copy link
Collaborator Author

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?

@ruslan-concero
Copy link
Collaborator Author

actualize the branch please
I'll fix the ui library later
Other than that, everything's fine.

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

Successfully merging this pull request may close these issues.

2 participants