Skip to content

Commit f5ef7ae

Browse files
committed
Sort
1 parent ba66c60 commit f5ef7ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/api/src/defaultStyleOptions.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ const DEFAULT_OPTIONS: Required<StyleOptions> = {
9898
autoScrollSnapOnPageOffset: 0, // TODO: Rename from "autoScrollSnapOnPageoffset".
9999

100100
// Send box
101-
hideSendBox: false,
102-
hideUploadButton: false,
103101
disableFileUpload: false,
102+
hideSendBox: false,
104103
hideTelephoneKeypadButton: true,
104+
hideUploadButton: false,
105105
microphoneButtonColorOnDictate: '#F33',
106+
sendAttachmentOn: 'send',
106107
sendBoxBackground: 'White',
107108
uploadAccept: undefined,
108109
uploadMultiple: true,
109-
sendAttachmentOn: 'send',
110110

111111
// Send box buttons
112112
sendBoxButtonColor: undefined,

0 commit comments

Comments
 (0)