mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 03:09:19 +01:00
♻️ Add edit app action for new board
This commit is contained in:
@@ -65,7 +65,7 @@ function setAttributesFromShape(ref: GridItemHTMLElement | null, item: Item) {
|
||||
ref.setAttribute('gs-h', item.height.toString());
|
||||
}
|
||||
|
||||
export type TileWithUnknownLocation = {
|
||||
export type ItemWithUnknownLocation = {
|
||||
x?: number;
|
||||
y?: number;
|
||||
w?: number;
|
||||
|
||||
Reference in New Issue
Block a user