mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-12 06:01:25 +00:00
increase skill dialog width
This commit is contained in:
parent
2e9a63fe4f
commit
154d0ebf53
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ export type DialogSkillProps = {
|
|||
export function DialogSkill(props: DialogSkillProps) {
|
||||
const dialog = useDialog()
|
||||
const sdk = useSDK()
|
||||
dialog.setSize("large")
|
||||
|
||||
const [skills] = createResource(async () => {
|
||||
const result = await sdk.client.app.skills()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue