more documentation and cleanup
This commit is contained in:
parent
3962c61162
commit
f39b947717
10 changed files with 165 additions and 57 deletions
|
@ -9,7 +9,7 @@ export const ExportDraft = ({ gist, design, app }) => {
|
|||
const [error, setError] = useState(false)
|
||||
const [format, setFormat] = useState(false)
|
||||
|
||||
const { t } = useTranslation(['app', , 'plugin'])
|
||||
const { t } = useTranslation(['app', 'plugin'])
|
||||
const doExport = (format) => {
|
||||
setLink(false)
|
||||
setError(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue