You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: After creating a new sample, there is currently no option to delete the sample if it's no longer needed. A screenshot is attached below, indicating where the delete button should be placed.
Proposed Solution: Please implement a function to delete the sample in the SampleService file. Use the /api/v1/sqldelete/{id} API endpoint to perform the deletion.
Additional Notes:
Ensure the UI is updated to include the delete button in the specified location.
Consider adding a confirmation prompt before deletion to prevent accidental removals (use confirmDialog fuction)
The text was updated successfully, but these errors were encountered:
Description: After creating a new sample, there is currently no option to delete the sample if it's no longer needed. A screenshot is attached below, indicating where the delete button should be placed.
Proposed Solution: Please implement a function to delete the sample in the SampleService file. Use the /api/v1/sqldelete/{id} API endpoint to perform the deletion.
Additional Notes:
The text was updated successfully, but these errors were encountered: