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.
2 parents 3195a2a + dbb9520 commit 6796e40Copy full SHA for 6796e40
packages/client/src/v2-events/features/events/registered-fields/AlphaPrintButton.tsx
@@ -117,8 +117,6 @@ export const AlphaPrintButton = {
117
language
118
})
119
120
- const alreadyPrinted = Boolean(value)
121
-
122
const handlePrint = async () => {
123
if (!certificateConfig || !language || !preparePdfCertificate) {
124
return
@@ -141,7 +139,7 @@ export const AlphaPrintButton = {
141
139
142
140
return (
143
<Button
144
- disabled={disabled || !certificateConfig || alreadyPrinted}
+ disabled={disabled || !certificateConfig}
145
id={id}
146
size="medium"
147
type="secondary"
0 commit comments