build
This commit is contained in:
parent
9af48c8722
commit
198dd27785
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -5,8 +5,8 @@
|
|||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Admin Panel</title>
|
||||
<script type="module" crossorigin src="/assets/index.1d9410cd.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index.eb599783.css">
|
||||
<script type="module" crossorigin src="/assets/index.d5109ec9.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index.7a94c821.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ const Post = () => {
|
|||
<h4>Summary</h4>
|
||||
<textarea
|
||||
readOnly
|
||||
rows={20}
|
||||
rows={5}
|
||||
value={postData.id !== -1 ? postData.summary : ""}
|
||||
></textarea>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue