Skip to content

Commit

Permalink
fix: qfTextValue
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jan 24, 2024
1 parent ddb8661 commit 3a2e5e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CommonSelector private constructor(

val qfIdValue = selector.qfIdValue
val qfVidValue = selector.qfVidValue
val qfTextValue = selector.qfIdValue
val qfTextValue = selector.qfTextValue
val canQf = selector.canQf
val isMatchRoot = selector.isMatchRoot

Expand Down

0 comments on commit 3a2e5e6

Please sign in to comment.