itizawa 5 anni fa
parent
commit
ea1e4f36db
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'),
     };