File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const Home = ({
3535} ) => {
3636 const [ files , setFiles ] = useState ( [ ] ) ;
3737 const [ dragActive , setDragActive ] = useState ( false ) ;
38- const [ lifetimeData , setLifetimeData ] = useState ( 2 ) ;
38+ const [ lifetimeData , setLifetimeData ] = useState ( 12 ) ;
3939 const [ isLoading , setLoading ] = useState ( false ) ;
4040 const [ isCopiedUrl , setCopiedUrl ] = useState ( false ) ;
4141 const [ isCopiedMetadata , setCopiedMetadata ] = useState ( false ) ;
@@ -198,10 +198,10 @@ const Home = ({
198198 value = { lifetimeData }
199199 disabled = { isLoading }
200200 >
201- < option value = "2 " > 12 hours (2 epochs )</ option >
202- < option value = "4" > 1 day (4 epochs )</ option >
203- < option value = "8" > 2 days (8 epochs )</ option >
204- < option value = "16" > 4 days (16 epochs )</ option >
201+ < option value = "12 " > 12 epochs (hours )</ option >
202+ < option value = "24" > 24 epochs (1 day )</ option >
203+ < option value = "48" > 48 epochs (2 days )</ option >
204+ < option value = "96" > 96 epochs (4 days )</ option >
205205 </ Form . Select >
206206 </ Form . Control >
207207 </ Form . Field >
You can’t perform that action at this time.
0 commit comments