Skip to content

Question and answer input + preview#13

Open
krissalvador27 wants to merge 1 commit into
masterfrom
question-input
Open

Question and answer input + preview#13
krissalvador27 wants to merge 1 commit into
masterfrom
question-input

Conversation

@krissalvador27
Copy link
Copy Markdown
Collaborator

No description provided.

import { SimpleSelect } from "react-selectize";
import { buildOptions } from "../../../lib/helpers/questions-helpers";

export const TEXTAREA_PLACEHOLDER = "Enter your line here.";
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

for these, you don't have to add export. can just be
const TEXTAREA_PLACEHOLDER = .....

usually you export if you need to access that from another file

@pbmasigla
Copy link
Copy Markdown
Owner

Just a couple of comments. feel free to ask me questions!

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