Skip to content

Commit 40ade1a

Browse files
committed
fix(stable32): add missing return null to exec() in openInLibreSignAction
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 8f5fd7a commit 40ade1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/actions/openInLibreSignAction.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export const action = {
6464
const node = nodes[0]
6565
await window.OCA.Files.Sidebar.open(node.path)
6666
window.OCA.Files.Sidebar.setActiveTab('libresign')
67+
return null
6768
},
6869

6970
/**

0 commit comments

Comments
 (0)