Skip to content

Commit 4b55a48

Browse files
committed
EDU-8384: Remove unnecessary config
1 parent 10a6c56 commit 4b55a48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • ModernUI/T290
    • CodeSnippets/Activity3_5_1_ButtonLocation
    • PhoneRepairShop/FrontendSources/screen/src/development/screens/RS/RS301000

ModernUI/T290/CodeSnippets/Activity3_5_1_ButtonLocation/RS301000.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class="highlights-section">
2424
<field name="OrderTotal"></field>
2525
<field name="InvoiceNbr">
26-
<qp-button config.bind="btnOpenInvoice" state.bind="OpenInvoice"
26+
<qp-button state.bind="OpenInvoice"
2727
class="col-12"></qp-button>
2828
</field>
2929
</qp-fieldset>

ModernUI/T290/PhoneRepairShop/FrontendSources/screen/src/development/screens/RS/RS301000/RS301000.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class="highlights-section">
2424
<field name="OrderTotal"></field>
2525
<field name="InvoiceNbr">
26-
<qp-button config.bind="btnOpenInvoice" state.bind="OpenInvoice"
26+
<qp-button state.bind="OpenInvoice"
2727
class="col-12"></qp-button>
2828
</field>
2929
</qp-fieldset>

0 commit comments

Comments
 (0)