- ListTableContent Action sütunu eklendi.
- DialogStore id elle girilebilecek
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
const dialogStore = useDialogStore()
|
||||
|
||||
export interface Props {
|
||||
id: number
|
||||
id: number | string
|
||||
dialogData: Record<string, any>
|
||||
}
|
||||
const props = withDefaults(defineProps<Props>(), {})
|
||||
|
||||
Reference in New Issue
Block a user