Skip to content

Commit

Permalink
💄 add two more search filter examples
Browse files Browse the repository at this point in the history
  • Loading branch information
larsyencken committed Dec 21, 2023
1 parent baafa3b commit 2622ece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adminSiteClient/VariablesIndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ export class VariablesIndexPage extends React.Component {
<code>namespace:</code>, <code>version:</code>,{" "}
<code>dataset:</code>, <code>table:</code>,{" "}
<code>short:</code>, <code>before:</code>,{" "}
<code>after:</code>
<code>after:</code>, <code>is:public</code>,{" "}
<code>is:private</code>
</p>
<VariableList
variables={variablesToShow}
Expand Down

0 comments on commit 2622ece

Please sign in to comment.