infra: add pr quality gate for client applications (#233)
* add gh action for quality gate * test quality gate * fix job * rename gh action jobs * format
This commit was merged in pull request #233.
This commit is contained in:
@@ -412,7 +412,7 @@ export function ComposeOverlay({
|
||||
setStepSync,
|
||||
createChildParticle,
|
||||
cancel,
|
||||
handleQuotaError
|
||||
handleQuotaError,
|
||||
]);
|
||||
|
||||
// New stream mode: create stream + first child
|
||||
|
||||
@@ -28,7 +28,7 @@ export function TextReactionInput({
|
||||
|
||||
// NOTE: perform side effects here when opening
|
||||
if (open) {
|
||||
setValue('')
|
||||
setValue('');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user