Skip to content

Commit 36b03b3

Browse files
javier-godoypaodb
authored andcommitted
fix: implement hasLink method in custom driver
1 parent 338762b commit 36b03b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/META-INF/resources/frontend/src/fc-sharee-connector.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ window.fcShareeConnector = {
7878
this.getName = () => {
7979
return driverOptions.name;
8080
}
81+
this.hasLink = () => !!driverOptions.link;
8182
};
8283

8384
Object.defineProperty(f, 'name', { value: name });

0 commit comments

Comments
 (0)