Skip to content

Commit 7f6bcab

Browse files
committed
fixed test
1 parent 0b250aa commit 7f6bcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-compose/src/androidMain/kotlin/io/sentry/compose/SentryUserFeedbackButton.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import io.sentry.SentryFeedbackOptions
1818
@Composable
1919
public fun SentryUserFeedbackButton(
2020
modifier: Modifier = Modifier,
21-
configurator: SentryFeedbackOptions.OptionsConfigurator? = null,
2221
text: String = "Report a Bug",
22+
configurator: SentryFeedbackOptions.OptionsConfigurator? = null,
2323
) {
2424
Button(modifier = modifier, onClick = { Sentry.showUserFeedbackDialog(configurator) }) {
2525
Row(

0 commit comments

Comments
 (0)