Refactor ProjectGroupDropdown component and schema

Signed-off-by: Niek Rossen <niek.rossen@infosupport.com>
This commit is contained in:
Niek Rossen
2024-03-18 13:16:58 +01:00
parent 982440004d
commit b55a108937
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@
export {
octopusDeployPlugin,
EntityOctopusDeployContent,
OctopusDeployDropdownFieldExtension,
isOctopusDeployAvailable,
} from './plugin';
+1
View File
@@ -66,6 +66,7 @@ export const EntityOctopusDeployContent = octopusDeployPlugin.provide(
}),
);
/** @public */
export const OctopusDeployDropdownFieldExtension = octopusDeployPlugin.provide(
createScaffolderFieldExtension({
name: 'OctopusDeployProjectGroupDropdown',