🐛 fix merge errors

This commit is contained in:
Fred KISSIE
2025-10-29 03:34:44 +01:00
parent 02330a0756
commit a81ea7cc8f
4 changed files with 48 additions and 57 deletions

View File

@@ -119,11 +119,8 @@ export enum ActionsEnum {
updateLoginPage = "updateLoginPage",
getLoginPage = "getLoginPage",
deleteLoginPage = "deleteLoginPage",
// blueprints
listBlueprints = "listBlueprints",
getBlueprint = "getBlueprint",
applyBlueprint = "applyBlueprint"
applyBlueprint = "applyBlueprint",
viewLogs = "viewLogs",
exportLogs = "exportLogs"