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: {
|
||||
type: Object as PropType<
|
||||
LineConfig & {
|
||||
filters: Filters;
|
||||
relatedTrace: RelatedTrace;
|
||||
} & { id: string }
|
||||
filters?: Filters;
|
||||
relatedTrace?: RelatedTrace;
|
||||
} & { id?: string }
|
||||
>,
|
||||
default: () => ({
|
||||
step: false,
|
||||
|
Loading…
Reference in New Issue
Block a user