OpenCerts / admin-website-v2

Reference UI for viewing and administration of certificates
https://new.admin.opencerts.io/
1 stars 1 forks source link

correctly type state in MainPage #11

Closed Nebulis closed 3 years ago

Nebulis commented 3 years ago
  const [block, showBlock] = useState(blocks[0].trigger);

block is inferred to a string. Let's create a union of all possible values