use showDialog directly

This commit is contained in:
Alex Tran
2025-12-04 04:18:35 +00:00
parent 288ba44825
commit 5eccffc084
13 changed files with 73 additions and 98 deletions

View File

@@ -968,8 +968,6 @@ export type PluginResponseDto = {
};
export type PluginTriggerResponseDto = {
contextType: PluginContextType;
description: string;
name: string;
"type": PluginTriggerType;
};
export type QueueResponseDto = {