Skip to content

Commit

Permalink
dummy improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
TSlashDreamy committed Sep 28, 2023
1 parent 1c81c21 commit c239c50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const QuestionsContainer = () => {
sort: sortOptions,
pagination: { page, onChange: handleChangePage }
}
console.log(response)

return (
<Box>
<AddResourceWithInput
Expand Down
3 changes: 2 additions & 1 deletion src/types/questions/interfaces/questions.interface.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Category,
import {
Category,
CategoryInterface,
CommonEntityFields,
QuestionTypesEnum,
Expand Down

0 comments on commit c239c50

Please sign in to comment.