Skip to content

Commit

Permalink
Don't skipIfOne when ContainerAppItem (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 authored Oct 30, 2023
1 parent cf9bf57 commit 331035a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/pickItem/pickContainerApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function getPickContainerAppStep(containerAppName?: string | RegExp): Azu

return new ContextValueQuickPickStep(ext.rgApiV2.resources.azureResourceTreeDataProvider, {
contextValueFilter: { include: containerAppFilter },
skipIfOne: true,
skipIfOne: false,
}, {
placeHolder: localize('selectContainerApp', 'Select a container app'),
noPicksMessage: localize('noContainerApps', 'Selected container apps environment has no apps'),
Expand Down

0 comments on commit 331035a

Please sign in to comment.