mirror of
https://github.com/pawelmalak/snippet-box.git
synced 2025-12-22 05:33:56 +01:00
Pinned snippets
This commit is contained in:
@@ -24,7 +24,8 @@ export const SnippetForm = (props: Props): JSX.Element => {
|
||||
description: '',
|
||||
language: '',
|
||||
code: '',
|
||||
docs: ''
|
||||
docs: '',
|
||||
isPinned: false
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user