mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-08-02 21:51:54 +00:00
remove unused variable
This commit is contained in:
parent
252adfad12
commit
357c010939
@ -43,7 +43,7 @@ limitations under the License. -->
|
|||||||
import { TraceGraphType } from "./constant";
|
import { TraceGraphType } from "./constant";
|
||||||
|
|
||||||
/* global defineProps, Recordable*/
|
/* global defineProps, Recordable*/
|
||||||
const props = defineProps({
|
defineProps({
|
||||||
data: { type: Array as PropType<Span[]>, default: () => [] },
|
data: { type: Array as PropType<Span[]>, default: () => [] },
|
||||||
traceId: { type: String, default: "" },
|
traceId: { type: String, default: "" },
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user