blockful-io / external-resolver-dapp

https://external-resolver-dapp.vercel.app
2 stars 2 forks source link

fix: Custom Text Records Not Displayed in Edit Modal #155

Closed eduramme closed 2 months ago

eduramme commented 3 months ago

Bug Report

When editing text records, custom text records are not being shown in the edit modal. This issue prevents users from viewing or modifying their custom text records within the modal interface.

Steps to Reproduce

  1. Add a custom text record to a user profile.
  2. Attempt to edit the text records by opening the edit modal.
  3. Notice that the custom text record does not appear in the modal.

Current behavior

Custom text records are missing from the edit modal, making them inaccessible for editing.

Expected behavior

Custom text records should be displayed in the edit modal, allowing users to view and modify them as needed.

Related code

Investigate the logic that populates the edit modal and ensure that all custom text records are included and displayed correctly. Adjust the modal's data retrieval or rendering process to accommodate custom entries.

Other information

This issue affects the usability and completeness of the text records editing functionality.