mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Status interface (#471)
* Add status interface * Add some tests * Set active state of list item and add disabled
This commit is contained in:
@@ -9,6 +9,7 @@ import InterfaceDropdown from './dropdown/';
|
||||
import InterfaceDropdownMultiselect from './dropdown-multiselect/';
|
||||
import InterfaceRadioButtons from './radio-buttons';
|
||||
import InterfaceCheckboxes from './checkboxes';
|
||||
import InterfaceStatus from './status';
|
||||
|
||||
export const interfaces = [
|
||||
InterfaceTextInput,
|
||||
@@ -22,6 +23,7 @@ export const interfaces = [
|
||||
InterfaceDropdownMultiselect,
|
||||
InterfaceRadioButtons,
|
||||
InterfaceCheckboxes,
|
||||
InterfaceStatus,
|
||||
];
|
||||
|
||||
export default interfaces;
|
||||
|
||||
Reference in New Issue
Block a user