feat(join by alias) : format code

This commit is contained in:
ganfra 2025-02-25 15:38:23 +01:00
parent 13c49f184e
commit 3bb61757ca
15 changed files with 3 additions and 20 deletions

View file

@ -321,7 +321,7 @@ private fun ContentToPreview() {
TextField(
onValueChange = {},
label = "Label",
value = "Hello val=${validity}, en=${enabled.asInt()}, ro=${readonly.asInt()}",
value = "Hello val=$validity, en=${enabled.asInt()}, ro=${readonly.asInt()}",
supportingText = "Supporting text",
validity = validity,
enabled = enabled,