WIP : Select data type from dropdown list
This commit is contained in:
		@ -17,7 +17,7 @@
 | 
				
			|||||||
import React, { useCallback, useEffect, useRef, useState } from 'react';
 | 
					import React, { useCallback, useEffect, useRef, useState } from 'react';
 | 
				
			||||||
import PropTypes from 'prop-types';
 | 
					import PropTypes from 'prop-types';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import ObjectUtils from 'util/ObjectUtils';
 | 
					//import ObjectUtils from 'util/ObjectUtils';
 | 
				
			||||||
import { Input } from 'components/bootstrap';
 | 
					import { Input } from 'components/bootstrap';
 | 
				
			||||||
// "Missing or invalid plugin" in "dataAdapter create/Data adapter type" list when imported
 | 
					// "Missing or invalid plugin" in "dataAdapter create/Data adapter type" list when imported
 | 
				
			||||||
//import { Select } from './components/common';
 | 
					//import { Select } from './components/common';
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user