Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-andysign committed Jan 24, 2024
1 parent 380842e commit 9a2d586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/components/CertificateForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CertificateActionsButtons from './CertificateActionsButtons'

const useCallbackChVal = (set) => useCallback((e) => set(e.target.value), [set])

export default function CertificateForm() {
export default function CertificateForm(props) {
const [sdVal, setSdVal] = useState('2024-01-01')
const [stVal, setStVal] = useState('00:00')
const [edVal, setEdVal] = useState('2024-01-01')
Expand Down

0 comments on commit 9a2d586

Please sign in to comment.