Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Faf4a committed Oct 18, 2024
1 parent f49afae commit 66947dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ApplicationCommand/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import { ChevronDownIcon, ChevronUpIcon, WarningIcon } from "@chakra-ui/icons";
import CodeBlock from "./helpers/CodeBlock";
import BaseInput from "./options/BaseInput";
import PermissionSelect from "./options/permissionSelect";
import PermissionSelect from "./options/PermissionSelect";

function ApplicationCommand() {
const optionElements = useOptionElementStore((state) => state.elements);
Expand Down

0 comments on commit 66947dd

Please sign in to comment.