🐛 Fix export component label error

This commit is contained in:
Eva 2024-01-19 13:24:34 +01:00 committed by Andrey Antukh
parent 1e1b13196c
commit 03f1ba733d
3 changed files with 2 additions and 3 deletions

View file

@ -123,7 +123,7 @@
{:value "6" :label "6x"}]
format-options [{:value "png" :label "PNG"}
{:value "jpeg" :label "JPEG"}
{:value "jpeg" :label "JPG"}
{:value "svg" :label "SVG"}
{:value "pdf" :label "PDF"}]]

View file

@ -165,7 +165,7 @@
{:value "6" :label "6x"}]
format-options [{:value "png" :label "PNG"}
{:value "jpeg" :label "JPEG"}
{:value "jpeg" :label "JPG"}
{:value "svg" :label "SVG"}
{:value "pdf" :label "PDF"}]]