File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
webapp/src/components/datablocks Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ import DataBlockBase from "@/components/datablocks/DataBlockBase";
103103import FileSelectDropdown from " @/components/FileSelectDropdown" ;
104104import FolderSelect from " @/components/FolderSelect" ;
105105import BokehPlot from " @/components/BokehPlot" ;
106- import vSelect from " vue-select" ;
107106
108107import { createComputedSetterForBlockField } from " @/field_utils.js" ;
109108import { updateBlockFromServer } from " @/server_fetch_utils.js" ;
@@ -114,7 +113,6 @@ export default {
114113 FileSelectDropdown,
115114 FolderSelect,
116115 BokehPlot,
117- vSelect,
118116 },
119117 props: {
120118 item_id: {
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ import DataBlockBase from "@/components/datablocks/DataBlockBase";
6767import FileSelectDropdown from " @/components/FileSelectDropdown" ;
6868import FolderSelect from " @/components/FolderSelect" ;
6969import BokehPlot from " @/components/BokehPlot" ;
70- import vSelect from " vue-select" ;
7170
7271import { createComputedSetterForBlockField } from " @/field_utils.js" ;
7372import { updateBlockFromServer } from " @/server_fetch_utils.js" ;
@@ -78,7 +77,6 @@ export default {
7877 FileSelectDropdown,
7978 FolderSelect,
8079 BokehPlot,
81- vSelect,
8280 },
8381 props: {
8482 item_id: {
@@ -94,7 +92,6 @@ export default {
9492 return {
9593 folderNameError: " " ,
9694 isUpdating: false ,
97- scan_time_buffer: " " ,
9895 };
9996 },
10097 watch: {
You can’t perform that action at this time.
0 commit comments