fix: add missing hash sign for primaryColor in gitea
This commit is contained in:
@@ -14,7 +14,7 @@ export default defineApp({
|
||||
supportsConnections: true,
|
||||
baseUrl: '',
|
||||
apiBaseUrl: '',
|
||||
primaryColor: '609926',
|
||||
primaryColor: '#609926',
|
||||
beforeRequest: [setBaseUrl, addAuthHeader],
|
||||
auth,
|
||||
triggers,
|
||||
|
||||
@@ -23,6 +23,7 @@ exports[`App model > list should have list of applications keys 1`] = `
|
||||
"formatter",
|
||||
"freescout",
|
||||
"ghost",
|
||||
"gitea",
|
||||
"github",
|
||||
"gitlab",
|
||||
"gmail",
|
||||
|
||||
Reference in New Issue
Block a user