itizawa 6 年之前
父節點
當前提交
ac037874f4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/client/js/components/ShareLinkForm.jsx

+ 1 - 1
src/client/js/components/ShareLinkForm.jsx

@@ -15,7 +15,7 @@ class ShareLinkForm extends React.Component {
     this.state = {
       expirationType: 'unlimited',
       numberOfDays: 7,
-      description: 'test',
+      description: '',
       customExpirationDate: dateFnsFormat(new Date(), 'yyyy-MM-dd'),
       customExpirationTime: dateFnsFormat(new Date(), 'hh:mm:s'),
     };