conflict resolve

This commit is contained in:
joyal007
2023-10-04 22:09:01 +05:30

View File

@@ -36,6 +36,7 @@ export default function CTAQuestion({
<div className="flex w-full justify-end">
{!question.required && (
<button
tabIndex={0}
type="button"
onClick={() => {
onSubmit({ [question.id]: "dismissed" });