Skip to content

Commit

Permalink
Fix #18
Browse files Browse the repository at this point in the history
  • Loading branch information
tertek committed Jan 25, 2024
1 parent 11aa8e9 commit 3c9b737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/unique.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ STPH_UniqueAT.ActionTagClass = class {
}

// Support Custom Messages (UNIQUE-DIALOG)
if(STPH_UniqueAT.params.actionTags.uniqueDialog) {
if(STPH_UniqueAT.params.actionTags.uniqueDialog[this.atv.field]) {
let dialogSupport = STPH_UniqueAT.params.actionTags.uniqueDialog[this.atv.field];
let msg = dialogSupport[0].message
let title = dialogSupport[0].title
Expand Down

0 comments on commit 3c9b737

Please sign in to comment.