mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-29 14:46:41 +07:00
#58 fixed upload buttons appearance
This commit is contained in:
parent
97958a358b
commit
d9af895558
3 changed files with 17 additions and 3 deletions
|
@ -6,7 +6,12 @@ import { IEditorComponentProps } from '~/redux/node/types';
|
|||
type IProps = IEditorComponentProps & {};
|
||||
|
||||
const EditorAudioUploadButton: FC<IProps> = () => (
|
||||
<EditorUploadButton accept="audio/*" icon="audio" type={UPLOAD_TYPES.AUDIO} />
|
||||
<EditorUploadButton
|
||||
accept="audio/*"
|
||||
icon="audio"
|
||||
type={UPLOAD_TYPES.AUDIO}
|
||||
label="Добавить аудио"
|
||||
/>
|
||||
);
|
||||
|
||||
export { EditorAudioUploadButton };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue