We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972f2ae commit 34b3ea4Copy full SHA for 34b3ea4
1 file changed
src/components/Questions/AnswerInput.vue
@@ -68,7 +68,7 @@
68
<NcButton
69
:aria-label="t('forms', 'Add a new answer option')"
70
variant="tertiary"
71
- :disabled="isIMEComposing"
+ :disabled="isIMEComposing || !canCreateLocalAnswer"
72
@click="createLocalAnswer">
73
<template #icon>
74
<IconPlus :size="20" />
0 commit comments