We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684a41c commit 0aa14c3Copy full SHA for 0aa14c3
src/Pages/GlobalConfigurations/BuildInfra/types.tsx
@@ -272,7 +272,7 @@ export interface UseBuildInfraFormProps {
272
*/
273
handleSuccessRedirection?: () => void
274
/**
275
- * @default - false
+ * @default false
276
277
canConfigureUseK8sDriver?: boolean
278
}
src/Pages/GlobalConfigurations/BuildInfra/utils.tsx
@@ -138,7 +138,7 @@ const getBaseProfileObject = ({
138
return {
139
id: profile.id,
140
name: profile.name,
141
- description: profile.description?.trim(),
+ description: profile.description?.trim() || '',
142
type: profile.type,
143
appCount: profile.appCount,
144
useK8sDriver,
0 commit comments