Skip to content

feat: import and export elements#4984

Draft
jabbadizzleCode wants to merge 2 commits intov3from
import-export-elements
Draft

feat: import and export elements#4984
jabbadizzleCode wants to merge 2 commits intov3from
import-export-elements

Conversation

@jabbadizzleCode
Copy link
Copy Markdown
Collaborator

No description provided.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 12, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

const t = useTranslations()

// elements
const [affectedElements, setAffectedElements] = useState(
Record<string, ElementFormTypes>
>({})

const [fetchAnswerCollection, { loading: answerCollectionLoading, error }] =
Record<string, ElementFormTypes>
>({})

const [fetchAnswerCollection, { loading: answerCollectionLoading, error }] =
let elementFormTypeIndex = 0
let newElementsForPreview: Record<string, ElementFormTypes> = {}
for (const el of els) {
const { options, type, status, ...rest } = el
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant