fix: add missing hash sign for primaryColor in gitea

This commit is contained in:
Jakub P.
2025-02-11 10:56:09 +01:00
parent 84cbaa9dce
commit 8f7e458612
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ export default defineApp({
supportsConnections: true, supportsConnections: true,
baseUrl: '', baseUrl: '',
apiBaseUrl: '', apiBaseUrl: '',
primaryColor: '609926', primaryColor: '#609926',
beforeRequest: [setBaseUrl, addAuthHeader], beforeRequest: [setBaseUrl, addAuthHeader],
auth, auth,
triggers, triggers,

View File

@@ -23,6 +23,7 @@ exports[`App model > list should have list of applications keys 1`] = `
"formatter", "formatter",
"freescout", "freescout",
"ghost", "ghost",
"gitea",
"github", "github",
"gitlab", "gitlab",
"gmail", "gmail",