fix: frontend file delete add recursive false#1892
Conversation
There was a recent backend change that update the interface to FileDeleteCommand. This updated was not reflected in directorypreview.tsx on the frontend. This updates the frontend to match.
WalkthroughThe pull request introduces modifications to the file deletion mechanism in the directory preview component of the frontend application. The changes focus on refactoring the The primary alteration involves simplifying the deletion command's parameter structure. Previously, the deletion command used an The modification aims to streamline the file deletion process by making the command invocation more straightforward and explicitly defining the deletion behavior. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a recent backend change that update the interface to FileDeleteCommand. This updated was not reflected in directorypreview.tsx on the frontend. This updates the frontend to match.
There was a recent backend change that update the interface to FileDeleteCommand. This updated was not reflected in directorypreview.tsx on the frontend. This updates the frontend to match.