Skip to content

Commit

Permalink
Fixed call to the dialog library.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed Jan 26, 2025
1 parent 8343a20 commit 6d6ca9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
*
* @returns {true} The operation completed successfully.
*/
self.hide = ({ lib: sLibName }) => {
self.hide = (sLibName) => {
const xLib = getLib(sLibName, 'hide');
xLib.hide && xLib.hide();
return true;
Expand Down

0 comments on commit 6d6ca9c

Please sign in to comment.