Skip to content

Commit

Permalink
download filename fixes (#694)
Browse files Browse the repository at this point in the history
* download button fixes in summary

* download filename with custom name changes added

* config fix for llin

---------

Co-authored-by: nabeelmd-eGov <nabeel.md@egovernments.com>
  • Loading branch information
nabeelmd-eGov and nabeelmd-eGov authored May 24, 2024
1 parent e45075c commit ea6a278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ const AddAttributeWrapper = ({ deliveryRuleIndex, delivery, deliveryRules, setDe
setDeliveryRules={setDeliveryRules}
attribute={item}
setAttributes={setAttributes}
config={filteredDeliveryConfig?.deliveryConfig?.[index]?.attributeConfig?.[index]}
config={filteredDeliveryConfig?.deliveryConfig?.[delivery?.ruleKey - 1]?.attributeConfig?.[index]}
key={index}
index={index}
onDelete={() => deleteAttribute(item, deliveryRuleIndex)}
Expand Down

0 comments on commit ea6a278

Please sign in to comment.