diff --git a/timesketch/frontend-ng/src/components/Visualization/AggregationConfig.vue b/timesketch/frontend-ng/src/components/Visualization/AggregationConfig.vue index 24b26904f5..3fb73e778a 100644 --- a/timesketch/frontend-ng/src/components/Visualization/AggregationConfig.vue +++ b/timesketch/frontend-ng/src/components/Visualization/AggregationConfig.vue @@ -20,8 +20,6 @@ limitations under the License. @@ -116,14 +114,6 @@ export default { splitByTimeline: { type: Boolean, }, - timelineFields: { - type: Array, - default: () => [], - }, - loadingFields: { - type: Boolean, - default: false - }, }, data() { return { diff --git a/timesketch/frontend-ng/src/components/Visualization/EventFieldSelect.vue b/timesketch/frontend-ng/src/components/Visualization/EventFieldSelect.vue index bf4694c915..016c50eadf 100644 --- a/timesketch/frontend-ng/src/components/Visualization/EventFieldSelect.vue +++ b/timesketch/frontend-ng/src/components/Visualization/EventFieldSelect.vue @@ -17,9 +17,8 @@ limitations under the License.