Skip to content

Commit

Permalink
Update ui/src/main/kotlin/org/jetbrains/jewel/ui/component/TabStrip.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastiano Poggi <[email protected]>
  • Loading branch information
fscarponi and rock3r authored Dec 21, 2023
1 parent 3a0bcff commit 1775d22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public sealed class TabData {
"Use the primary constructor instead",
ReplaceWith(
"Editor(selected = selected, content = { Text(text) }, icon = icon, closable = closable, onClose = onClose, onClick = onClick)",
"org.jetbrains.jewel.ui.component.TabData.Default",
"org.jetbrains.jewel.ui.component.TabData.Editor",
),
)
public constructor(
Expand Down

0 comments on commit 1775d22

Please sign in to comment.