Update to latest engine. Add sync-v2. Various fixes.
This commit is contained in:
@@ -359,7 +359,7 @@ export function TemplateListScreen(): React.ReactElement {
|
||||
|
||||
try {
|
||||
setStatus('Deleting template...');
|
||||
await appService.engine.DANGEROUS_deleteImportedTemplate(
|
||||
await appService.engine.archiveTemplate(
|
||||
templateToDelete.templateIdentifier,
|
||||
);
|
||||
setIsDeleteDialogOpen(false);
|
||||
|
||||
Reference in New Issue
Block a user