mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 20:52:14 +01:00
disable pdf export button
This commit is contained in:
committed by
Constantin Graf
parent
ab4dbd64df
commit
5a1e05374c
@@ -27,6 +27,7 @@ function triggerDownload(format: ExportFormat) {
|
|||||||
<template #content>
|
<template #content>
|
||||||
<div class="flex flex-col space-y-1 p-1.5">
|
<div class="flex flex-col space-y-1 p-1.5">
|
||||||
<SecondaryButton
|
<SecondaryButton
|
||||||
|
v-if="false"
|
||||||
class="border-0 px-2"
|
class="border-0 px-2"
|
||||||
@click="triggerDownload('pdf')"
|
@click="triggerDownload('pdf')"
|
||||||
>Export as PDF</SecondaryButton
|
>Export as PDF</SecondaryButton
|
||||||
|
|||||||
Reference in New Issue
Block a user