mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
fix
This commit is contained in:
parent
eda44db0cd
commit
cfe74b0888
@ -42,9 +42,9 @@ const props = defineProps({
|
|||||||
config: {
|
config: {
|
||||||
type: Object as PropType<
|
type: Object as PropType<
|
||||||
LineConfig & {
|
LineConfig & {
|
||||||
filters: Filters;
|
filters?: Filters;
|
||||||
relatedTrace: RelatedTrace;
|
relatedTrace?: RelatedTrace;
|
||||||
} & { id: string }
|
} & { id?: string }
|
||||||
>,
|
>,
|
||||||
default: () => ({
|
default: () => ({
|
||||||
step: false,
|
step: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user