Navigate to installed page after app install (#20797)

as title
This commit is contained in:
martmull
2026-05-21 13:19:18 +02:00
committed by GitHub
parent a6a08439f7
commit 2963fa9324
12 changed files with 80 additions and 61 deletions
@@ -140,7 +140,9 @@ export class FileApi {
try {
const mutation = `
mutation InstallMarketplaceApp($universalIdentifier: String!) {
installMarketplaceApp(universalIdentifier: $universalIdentifier)
installMarketplaceApp(universalIdentifier: $universalIdentifier) {
id
}
}
`;