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 @@ -89,7 +89,6 @@ import DataBlockBase from "@/components/datablocks/DataBlockBase";
8989import FileSelectDropdown from " @/components/FileSelectDropdown" ;
9090import FolderSelect from " @/components/FolderSelect" ;
9191import BokehPlot from " @/components/BokehPlot" ;
92- import vSelect from " vue-select" ;
9392
9493import { createComputedSetterForBlockField } from " @/field_utils.js" ;
9594import { updateBlockFromServer } from " @/server_fetch_utils.js" ;
@@ -100,7 +99,6 @@ export default {
10099 FileSelectDropdown,
101100 FolderSelect,
102101 BokehPlot,
103- vSelect,
104102 },
105103 props: {
106104 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