chore: Allow more filetypes in uploads (#3557)
- Allowing the ability to upload more common file types like zip, Docx etc - Fallback for image bubble when the image URL isn't available fixes: #3270 Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,11 @@
|
||||
:label="inboxNameLabel"
|
||||
:placeholder="inboxNamePlaceHolder"
|
||||
/>
|
||||
<label for="toggle-business-hours" class="toggle-input-wrap" v-if="isATwitterInbox">
|
||||
<label
|
||||
v-if="isATwitterInbox"
|
||||
for="toggle-business-hours"
|
||||
class="toggle-input-wrap"
|
||||
>
|
||||
<input
|
||||
v-model="tweetsEnabled"
|
||||
type="checkbox"
|
||||
|
||||
Reference in New Issue
Block a user