Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
edendattox committed Jan 6, 2024
1 parent eccbbd8 commit 90ff06c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/hooks/usePutLogStreamRetention.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,3 @@ export const usePutLogStreamRetention = () => {

return { data, error, loading, putRetentionData, resetData };
};

// onLoading: () => {
// notifyApi(
// {
// color: '#545BEB',
// title: 'Running Query',
// message: 'Alert will be Added.',
// icon: <IconFileAlert size="1rem" />,
// withCloseButton: false,
// loading: true,
// },
// true,
// );
// },

0 comments on commit 90ff06c

Please sign in to comment.