itizawa 5 tahun lalu
induk
melakukan
ea1e4f36db
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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: '',
+      description: 'test',
       customExpirationDate: dateFnsFormat(new Date(), 'yyyy-MM-dd'),
       customExpirationTime: dateFnsFormat(new Date(), 'hh:mm:s'),
     };