@capillarytech/creatives-library 7.17.40 → 7.17.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -125,10 +125,8 @@ export const Zalo = (props) => {
|
|
|
125
125
|
|
|
126
126
|
const handleSetValues = (paramsData = []) =>
|
|
127
127
|
paramsData.map((paramData) => {
|
|
128
|
-
// eslint-disable-next-line no-restricted-syntax
|
|
129
128
|
for (const key in varMapped) {
|
|
130
129
|
if (paramData?.name === key) {
|
|
131
|
-
// eslint-disable-next-line no-param-reassign
|
|
132
130
|
paramData.value = varMapped[key];
|
|
133
131
|
}
|
|
134
132
|
}
|
|
@@ -454,7 +452,6 @@ export const Zalo = (props) => {
|
|
|
454
452
|
<CapButton
|
|
455
453
|
onClick={saveToMessage}
|
|
456
454
|
disabled={isEditDoneDisabled()}
|
|
457
|
-
className="whatsapp-create-btn"
|
|
458
455
|
>
|
|
459
456
|
<FormattedMessage {...globalMessages.done} />
|
|
460
457
|
</CapButton>
|