mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 08:27:52 +00:00
flow: tame the beast
This commit is contained in:
committed by
Lyubo Marinov
parent
9ac5aafe10
commit
0817482b9c
@@ -173,6 +173,7 @@ class Dialog extends AbstractDialog<Props, State> {
|
||||
if (style
|
||||
&& (style = StyleSheet.flatten(style))
|
||||
&& _TAG_KEY in style) {
|
||||
// $FlowFixMe
|
||||
switch (style[_TAG_KEY]) {
|
||||
case _SUBMIT_TEXT_TAG_VALUE:
|
||||
if (this.state.submitting) {
|
||||
|
||||
Reference in New Issue
Block a user