Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix empty automatic partial snapshots dropdown #4052

Merged

Conversation

sgalsaleh
Copy link
Member

What this PR does / why we need it:

Fixes an issue where the applications dropdown for automatic partial snapshots settings showed no options or applications to choose from.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Steps to reproduce

Does this PR introduce a user-facing change?

- Fixes an issue where the applications dropdown for automatic partial snapshots settings showed no options or applications to choose from.

Does this PR require documentation?

@sgalsaleh sgalsaleh added type::bug Something isn't working bug::regression labels Sep 27, 2023
@@ -363,7 +363,7 @@ class SnapshotSettings extends Component {
this.hideResetFileSystemWarningModal
}
isKurlEnabled={this.props.isKurlEnabled}
apps={this.props.apps}
apps={this.props.appsList}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the offending line

cbodonnell
cbodonnell previously approved these changes Sep 27, 2023
cbodonnell
cbodonnell previously approved these changes Sep 27, 2023
@sgalsaleh sgalsaleh merged commit 46d3f42 into main Sep 28, 2023
78 checks passed
@sgalsaleh sgalsaleh deleted the salah/sc-89974/dropdown-for-automatic-partial-snapshots branch September 28, 2023 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug::regression type::bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants