Add share's contents and description to the DB

This commit is contained in:
Deluan
2023-01-21 22:04:40 -05:00
parent 364fdfbd8d
commit d9c42b3183
3 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ const ShareList = (props) => {
/>
<TextField source="username" />
<TextField source="description" />
<DateField source="contents" />
<TextField source="contents" />
<FormatInfo source="format" />
<NumberField source="visitCount" />
<DateField source="expiresAt" showTime />