inventory-count icon indicating copy to clipboard operation
inventory-count copied to clipboard

Fixed: Disable 'Add' button when 'Accepted' or 'Rejected' tab is open

Open rohitbhure65 opened this issue 10 months ago • 0 comments

Fixes #409

Disable the 'Add' button when the 'Accepted' or 'Rejected' tab is open.

  • CountDetail.vue

    • Add a computed property isAddButtonDisabled to check if the active tab is 'Accepted' or 'Rejected'.
    • Bind the disabled attribute of the 'Add' button to isAddButtonDisabled.
  • AssignedDetail.vue

    • Add a computed property isAddButtonDisabled to check if the active tab is 'Accepted' or 'Rejected'.
    • Bind the disabled attribute of the 'Add' button to isAddButtonDisabled.

For more details, open the Copilot Workspace session.

rohitbhure65 avatar Feb 24 '25 12:02 rohitbhure65