Skip to content

Conversation

@aniruddha81
Copy link
Contributor

fixed a bug of not showing remove button

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)


What does this PR do?

This PR fixes a bug where the "Remove" button was not visible in the UI for deleting a document from the database. Although the remove functionality was already implemented in the codebase, the UI was not rendering the button due to a missing reference or condition. This change ensures the button is displayed correctly.

Test Plan

  1. Pulled the latest changes with this fix.
  2. Ran the application locally.
  3. Navigated to the document section where the remove button was supposed to be.
  4. Verified that the "Remove" button is now visible.
  5. Clicked the "Remove" button and confirmed the document was successfully deleted from the database.

Related PRs and Issues

N/A (No related PRs or issues were found for this bug.)

Have you read the Contributing Guidelines on issues?

Yes

fixed a bug of not showing remove button
Copy link
Contributor Author

@aniruddha81 aniruddha81 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a slight mistake for which,that code is not showing remove button in the app..i have fixed it

@loks0n loks0n merged commit d1f24ed into appwrite:main Apr 28, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants