Change context menu action data to string
This commit is contained in:
parent
1e93568f9b
commit
00750280df
@ -6,5 +6,5 @@ type ContexMenuIsland struct {
|
|||||||
|
|
||||||
type ContexMenuRow struct {
|
type ContexMenuRow struct {
|
||||||
Label string
|
Label string
|
||||||
Action []string
|
Action string
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user