mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
Merge remote-tracking branch 'origin/th/install-system-updates' into philip/agent-clay
This commit is contained in:
commit
c136598016
@ -47,7 +47,7 @@ const useKilnState = create<KilnState>((set, get) => ({
|
|||||||
const synced = !!get().pikes[desk].sync;
|
const synced = !!get().pikes[desk].sync;
|
||||||
await (useMockData
|
await (useMockData
|
||||||
? fakeRequest('')
|
? fakeRequest('')
|
||||||
: api.poke(synced ? kilnUninstall(desk) : kilnInstall(ship, desk)));
|
: api.poke(synced ? kilnUninstall(desk) : kilnInstall(ship, 'kids', desk)));
|
||||||
await get().fetchPikes();
|
await get().fetchPikes();
|
||||||
},
|
},
|
||||||
toggleSync: async (desk: string, ship: string) => {
|
toggleSync: async (desk: string, ship: string) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user