kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
rodzic
98ff406ddf
commit
b7e1fbb693
|
@ -3,12 +3,12 @@ import React from 'react';
|
|||
|
||||
import { useAppSelector } from 'soapbox/hooks';
|
||||
|
||||
import type { Attachment as AttachmentEntity } from 'soapbox/types/entities';
|
||||
|
||||
// import SensitiveButtonContainer from '../containers/sensitive_button_container';
|
||||
import UploadProgress from '../components/upload-progress';
|
||||
import UploadContainer from '../containers/upload_container';
|
||||
|
||||
import type { Attachment as AttachmentEntity } from 'soapbox/types/entities';
|
||||
|
||||
const UploadForm = () => {
|
||||
const mediaIds = useAppSelector((state) => state.compose.get('media_attachments').map((item: AttachmentEntity) => item.get('id')));
|
||||
const classes = classNames('compose-form__uploads-wrapper', {
|
||||
|
|
Ładowanie…
Reference in New Issue