We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d47fa9 commit 713fedaCopy full SHA for 713feda
src/components/YamlEditor/YamlEditor.tsx
@@ -30,7 +30,6 @@ reviews:
30
drafts: false
31
chat:
32
auto_reply: true
33
-
34
`;
35
export default function YamlEditor() {
36
const [value, setValue] = useState(initialValue);
0 commit comments