We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4683e85 commit 7a24648Copy full SHA for 7a24648
packages/uikit-react-native/src/domain/groupChannel/component/GroupChannelInput/EditInput.tsx
@@ -12,7 +12,7 @@ type EditInputProps = GroupChannelProps['Input'] & {
12
setText: (val: string) => void;
13
editMessage: SendbirdUserMessage | SendbirdFileMessage;
14
setEditMessage: (msg?: SendbirdUserMessage | SendbirdFileMessage) => void;
15
- disabled: boolean
+ disabled: boolean;
16
};
17
18
const AUTO_FOCUS = Platform.select({ ios: false, android: true, default: false });
0 commit comments