Skip to content

Commit

Permalink
fix(package/radial): missing disableRadial
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Mar 6, 2023
1 parent 4a34fa7 commit 1c66f3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/client/resource/interface/radial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ export const registerRadial = (radial: { id: string; items: Omit<RadialItem, 'id
exports.ox_lib.registerRadial(radial);

export const hideRadial = () => exports.ox_lib.hideRadial();

export const disableRadial = () => exports.ox_lib.disableRadial();

0 comments on commit 1c66f3b

Please sign in to comment.