You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(oldHook&&builder.ModalComponents.Any(mc =>mc.Components.Any(c =>c.Typeis not ComponentType.TextInput)))
7365
7365
thrownewNotSupportedException("Can't send any other type than Input Text as Modal Component.");
7366
-
elseif(!oldHook&&builder.Components.Any(x =>x.Typeis not (ComponentType.Label or ComponentType.TextDisplay or ComponentType.RadioGroup or ComponentType.CheckboxGroup)))
7367
-
thrownewNotSupportedException("Can't send any other type than Label, Text Display, Radio Group, or Checkbox Group as Modal Component.");
7366
+
elseif(!oldHook&&builder.Components.Any(x =>x.Typeis not (ComponentType.Label or ComponentType.TextDisplay)))
7367
+
thrownewNotSupportedException("Can't send any other type than Labelor Text Display as Modal Component.");
0 commit comments