mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 15:05:48 +01:00
✨ Adjust nullable in types
This commit is contained in:
@@ -41,9 +41,21 @@ export const AvailableElementTypes = ({
|
||||
enabledStatusChecker: false,
|
||||
okStatus: [],
|
||||
},
|
||||
integration: {
|
||||
type: 'deluge',
|
||||
properties: {},
|
||||
behaviour: {
|
||||
isOpeningNewTab: false,
|
||||
},
|
||||
area: {
|
||||
type: 'wrapper',
|
||||
},
|
||||
shape: {
|
||||
location: {
|
||||
x: 0,
|
||||
y: 0,
|
||||
},
|
||||
size: {
|
||||
height: 1,
|
||||
width: 1,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user