Commit 6ce5f728 by Nikita

updated link

parent 5af0924d
import React, { useEffect } from 'react' import React from 'react'
import QEditor from 'react-ag-qeditor' import QEditor from 'react-ag-qeditor'
import 'react-ag-qeditor/dist/index.css' import 'react-ag-qeditor/dist/index.css'
const App = () => { const App = () => {
return <div style={{padding:40}}> return <div style={{padding:40}}>
<QEditor <QEditor
...@@ -14,7 +13,7 @@ const App = () => { ...@@ -14,7 +13,7 @@ const App = () => {
console.log('sads', value); console.log('sads', value);
}} }}
uploadOptions={{ uploadOptions={{
url: 'https://cdn.atmaguru.online/upload/?sid=test&md5=RfC4jdfFN05c9ZAc0bZqBg&expires=1694259932', url: 'https://cdn.atmaguru.online/upload/?sid=atmacompany&md5=TzCiTGBQiKFB4gY5LFIihA&expires=1698409265',
errorMessage: 'Загрузка временно невозможна' errorMessage: 'Загрузка временно невозможна'
}} }}
style={{ style={{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment