Skip to content

Commit

Permalink
disable pdf export button
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer authored and korridor committed Oct 29, 2024
1 parent ab4dbd6 commit 5a1e053
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function triggerDownload(format: ExportFormat) {
<template #content>
<div class="flex flex-col space-y-1 p-1.5">
<SecondaryButton
v-if="false"
class="border-0 px-2"
@click="triggerDownload('pdf')"
>Export as PDF</SecondaryButton
Expand Down

0 comments on commit 5a1e053

Please sign in to comment.