Skip to content

Commit

Permalink
Merge pull request #45 from Lakshay229/front-test
Browse files Browse the repository at this point in the history
Problem fixed
  • Loading branch information
JeevantVerma authored Jun 26, 2024
2 parents 3c9d2c1 + ada71f3 commit 01e82cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Maincontent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const MainContentSection = () => {
const [longUrl, setLongUrl] = useState("");
const [alias, setAlias] = useState("");
const [shortenedUrl, setShortenedUrl] = useState("");
const [expiry, setExpiry] = useState(dayjs().add(10, "second"));
const [expiry, setExpiry] = useState(dayjs().add(1, "week"));
const [expiryOption, setExpiryOption] = useState("1 week");
const [noExpiry, setNoExpiry] = useState(false);
const [snackbarOpen, setSnackbarOpen] = useState(false);
Expand Down

0 comments on commit 01e82cb

Please sign in to comment.