Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Fix : Delete Button In Image Drawer ] #1166

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rohitPandey469
Copy link

Description

First Need to pull changes from PR #1158, which solves the problem with image upload via Add Images Button. Then, noticed the delete button not working.
The remoteTutorialImages actions is triggered and checkUserOrOrgHandle(owner)(firestore) this line was giving the error because it's using two actions checkUserHandleExists and checkOrgHandleExists which accepts firebase as params while sending firestore, so changed this line accordingly checkUserOrOrgHandle(owner)(firebase).

Related Issue

Fixes #1160

Motivation and Context

The proper use of the delete button.

How Has This Been Tested?

Tested on my machine.

Video:

Codelabz.-.Google.Chrome.2024-02-05.18-14-22.mp4

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the code style of this project.

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.

[ Fix : 'Delete' button in Image Drawer at '/tutorial/doc-id' is not working ]
1 participant