upload org icon

This commit is contained in:
Oliver Bryan
2026-01-21 13:44:37 +00:00
parent 5f8d049de3
commit 0547ff106c
8 changed files with 250 additions and 3 deletions

View File

@@ -85,6 +85,7 @@ export async function updateOrganisation(
name?: string;
description?: string;
slug?: string;
iconURL?: string | null;
statuses?: Record<string, string>;
},
) {