Add create bookmark
This commit is contained in:
parent
64b893b778
commit
55625b1be4
19 changed files with 382 additions and 13 deletions
|
|
@ -1,6 +1,7 @@
|
|||
using System;
|
||||
using Start.Client.Store.State;
|
||||
|
||||
namespace Start.Client.Store.Features.DeleteGroup {
|
||||
public record DeleteGroupState {
|
||||
public record DeleteGroupState : RootState {
|
||||
public bool ShowDeleteGroupForm { get; init; }
|
||||
public int BookmarkGroupIdToDelete { get; init; }
|
||||
public string BookmarkGroupTitleToDelete { get; init; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue