We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6b661 commit 9cfd2c4Copy full SHA for 9cfd2c4
packages/rimun-app/src/pages/dashboard/person/admin/exports/index.tsx
@@ -32,6 +32,8 @@ export default function AdminExports() {
32
Obtain an excel sheet containing relevant information about the
33
attendees.
34
</ExportElement>
35
+
36
+ {/*
37
<ExportElement
38
isLoading={badgesQuery.isFetching || badgesQuery.isRefetching}
39
onDownload={() => badgesQuery.refetch()}
@@ -40,7 +42,6 @@ export default function AdminExports() {
40
42
Obtain a PDF document containing all attendees' badges (plus some
41
43
extra blanks). Note: this takes a while.
44
- {/*
45
46
isLoading={attendeesTSVQuery.isRefetching}
47
onDownload={() => attendeesTSVQuery.refetch()}
0 commit comments