export working

This commit is contained in:
Jan Prochazka
2021-03-13 12:04:33 +01:00
parent 423f876d68
commit 8770034bf5
12 changed files with 281 additions and 40 deletions

View File

@@ -58,7 +58,7 @@
runnerId,
}),
},
!electron && {
electron && {
fieldName: 'copy',
header: 'Copy',
component: CopyLink,
@@ -67,7 +67,7 @@
runnerId,
}),
},
!electron && {
electron && {
fieldName: 'show',
header: 'Show',
component: ShowLink,