diff --git a/audino/frontend/src/components/annotate/labelButtons.js b/audino/frontend/src/components/annotate/labelButtons.js
index ce8dfc24..83a770f4 100644
--- a/audino/frontend/src/components/annotate/labelButtons.js
+++ b/audino/frontend/src/components/annotate/labelButtons.js
@@ -1,6 +1,6 @@
import React , {useState, useEffect} from 'react';
import { Button } from '../button';
-import { handleAllSegmentSave, handleSegmentDelete } from '../../pages/annotatefunctions';
+import { handleAllSegmentApply, handleAllSegmentSave, handleSegmentDelete } from '../../pages/annotatefunctions';
const LabelButton = props => {
const { annotate } = props;
@@ -50,6 +50,7 @@ const LabelButton = props => {
/>
) : null}
+
+
+
+
+
+