fix: add missing hash sign for primaryColor in gitea
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user