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) {
|
export function DialogSkill(props: DialogSkillProps) {
|
||||||
const dialog = useDialog()
|
const dialog = useDialog()
|
||||||
const sdk = useSDK()
|
const sdk = useSDK()
|
||||||
|
dialog.setSize("large")
|
||||||
|
|
||||||
const [skills] = createResource(async () => {
|
const [skills] = createResource(async () => {
|
||||||
const result = await sdk.client.app.skills()
|
const result = await sdk.client.app.skills()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue