mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
Fix Settings page of a project (#4491)
This commit is contained in:
parent
d572401a26
commit
3c374fdeae
2 changed files with 4 additions and 2 deletions
|
|
@ -1214,7 +1214,9 @@ export class SchemaManager {
|
|||
),
|
||||
{
|
||||
native: true,
|
||||
external: null,
|
||||
external: {
|
||||
enabled: false,
|
||||
},
|
||||
contracts: null,
|
||||
},
|
||||
);
|
||||
|
|
|
|||
|
|
@ -364,7 +364,7 @@ export interface Orchestrator {
|
|||
composeAndValidate(
|
||||
schemas: SchemaObject[],
|
||||
config: {
|
||||
external: Project['externalComposition'] | null;
|
||||
external: Project['externalComposition'];
|
||||
native: boolean;
|
||||
contracts: ContractsInputType | null;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue