mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
conflict resolve
This commit is contained in:
@@ -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" });
|
||||
|
||||
Reference in New Issue
Block a user