Skip to content
Snippets Groups Projects
Unverified Commit d4110fda authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Fix typo in object key (#18306)

parent 193547c4
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ const formFields = [
{
name: "content",
title: t`Enter some SQL here so you can reuse it later`,
placholder: "AND canceled_at IS null\nAND account_type = 'PAID'",
placeholder: "AND canceled_at IS null\nAND account_type = 'PAID'",
type: "text",
className:
"Form-input full text-monospace text-normal text-small bg-light text-spaced",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment