Pinned snippets

This commit is contained in:
unknown
2021-09-22 14:58:24 +02:00
parent 0fe96d3465
commit 956c281a98
15 changed files with 149 additions and 21 deletions

View File

@@ -24,7 +24,8 @@ export const SnippetForm = (props: Props): JSX.Element => {
description: '',
language: '',
code: '',
docs: ''
docs: '',
isPinned: false
});
useEffect(() => {