Skip to content

Commit dc51350

Browse files
authored
do not show preview action in web (microsoft#226631)
1 parent e377061 commit dc51350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ export class UserDataProfilesEditorModel extends EditorModel {
909909
this.newProfileElement = disposables.add(this.instantiationService.createInstance(NewProfileElement,
910910
copyFrom ? '' : localize('untitled', "Untitled"),
911911
copyFrom,
912-
[primaryActions, [cancelAction, previewProfileAction]],
912+
[primaryActions, secondaryActions],
913913
[[cancelAction], []],
914914
));
915915
const updateCreateActionLabel = () => {

0 commit comments

Comments
 (0)