chore: fix order

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-03-17 13:58:28 +01:00
parent f426dad11f
commit 7b2be1827f
+4 -4
View File
@@ -110,8 +110,8 @@ export const EntityTagsPickerFieldExtension: FieldExtensionComponent_2<
string[],
{
showCounts?: boolean | undefined;
helperText?: string | undefined;
kinds?: string[] | undefined;
helperText?: string | undefined;
}
>;
@@ -120,8 +120,8 @@ export const EntityTagsPickerFieldSchema: FieldSchema<
string[],
{
showCounts?: boolean | undefined;
helperText?: string | undefined;
kinds?: string[] | undefined;
helperText?: string | undefined;
}
>;
@@ -259,8 +259,8 @@ export const RepoUrlPickerFieldExtension: FieldExtensionComponent_2<
| {
azure?: string[] | undefined;
github?: string[] | undefined;
bitbucket?: string[] | undefined;
gitlab?: string[] | undefined;
bitbucket?: string[] | undefined;
gerrit?: string[] | undefined;
}
| undefined;
@@ -285,8 +285,8 @@ export const RepoUrlPickerFieldSchema: FieldSchema<
| {
azure?: string[] | undefined;
github?: string[] | undefined;
bitbucket?: string[] | undefined;
gitlab?: string[] | undefined;
bitbucket?: string[] | undefined;
gerrit?: string[] | undefined;
}
| undefined;