ui(admin): fix server egg select improperly switching
This commit is contained in:
parent
3721b2007b
commit
35ded9def8
4 changed files with 67 additions and 58 deletions
|
@ -56,7 +56,7 @@ export interface EggVariable extends Model {
|
|||
* A standard API response with the minimum viable details for the frontend
|
||||
* to correctly render a egg.
|
||||
*/
|
||||
type LoadedEgg = WithRelationships<Egg, 'nest' | 'variables'>;
|
||||
export type LoadedEgg = WithRelationships<Egg, 'nest' | 'variables'>;
|
||||
|
||||
/**
|
||||
* Gets a single egg from the database and returns it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue