mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 10:56:29 +02:00
Read prebuilt templates from code directly
This commit is contained in:
parent
726559de76
commit
2a1143c833
5 changed files with 133 additions and 102 deletions
|
|
@ -195,6 +195,7 @@ export function BuildAssistantSection() {
|
|||
|
||||
// Handle template like (unified for library and community) - now uses proper authentication
|
||||
const handleTemplateLike = async (template: any) => {
|
||||
if (template.type === 'prebuilt') return;
|
||||
try {
|
||||
const data = await toggleTemplateLike(template.id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue