Skip to content

Commit

Permalink
fix: Deleting profiles doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuz0u committed Dec 5, 2021
1 parent 123f405 commit 46ffd86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [closed]
env:
DEVELOPER_DIR: /Applications/Xcode_13.1.app
APP_VERSION: '1.5.2'
APP_VERSION: '1.5.3'
SCHEME_NAME: 'EhPanda'
ALTSTORE_JSON_PATH: './AltStore.json'
BUILDS_PATH: '/tmp/action-builds'
Expand Down
2 changes: 1 addition & 1 deletion EhPanda/View/Setting/EhSettingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ private struct EhProfileSection: View {
"Are you sure to delete this profile?", isPresented: $dialogPresented, titleVisibility: .visible
) {
Button("Delete", role: .destructive) {
performEhProfileAction(.default, nil, selection.value)
performEhProfileAction(.delete, nil, selection.value)
}
}
.onChange(of: selection) {
Expand Down

0 comments on commit 46ffd86

Please sign in to comment.