RS
Raghav Su
Default Component - Copy this React, Tailwind Component to your project
1. change the folder icon to an icon that is used for "expert". 2. On creating folder, allow user to edit the default name of the folder. 3. Once the default name is edited and submitted use the following POST request to submit to the backend and refresh the page. Here is the POST request: url is /api/experts and body is { id: uuid, tenant_id: "", name: <user entered name>, description: <same as name>}
Prompt
