Skip to content

Commit

Permalink
fix(CustomView) new button not working
Browse files Browse the repository at this point in the history
  • Loading branch information
joebordes committed May 25, 2023
1 parent aa81d9b commit 011a7f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Smarty/templates/CustomView.tpl
Expand Up @@ -339,7 +339,8 @@ function mandatoryCheck() {
accessKey="{'LBL_NEW_BUTTON_KEY'|@getTranslatedString:$MODULE}"
onclick="return validateCV();"
type="submit"
name="newsave">
name="newsave"
value="newsave">
<svg class="slds-button__icon slds-button__icon_left" aria-hidden="true">
<use xlink:href="include/LD/assets/icons/utility-sprite/svg/symbols.svg#save"></use>
</svg>
Expand Down

0 comments on commit 011a7f8

Please sign in to comment.