device actions fully imported
This commit is contained in:
parent
59d9bf2e6b
commit
9cdf7514b2
7 changed files with 522 additions and 76 deletions
|
|
@ -74,7 +74,7 @@ interface ListProps {
|
|||
close: (refresh: boolean) => void;
|
||||
device: Device;
|
||||
components: Component[];
|
||||
devicePreferences: pond.UserPreferences;
|
||||
devicePreferences: pond.DevicePreferences;
|
||||
}
|
||||
|
||||
const filteredComponents = (components: Component[]) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue