Skip to content

Commit

Permalink
Fix weird rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Sep 28, 2022
1 parent d7b2969 commit 96235fe
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ export default function AddDataset() {
const prevUrl =
'/tablemodelview/list/?pageIndex=0&sortColumn=changed_on_delta_humanized&sortOrder=desc';

const FooterComponent = () => (
<Footer url={prevUrl} datasetObject={dataset} />
);
const prevUrl =
'/tablemodelview/list/?pageIndex=0&sortColumn=changed_on_delta_humanized&sortOrder=desc';

const FooterComponent = () => (
<Footer url={prevUrl} datasetObject={dataset} />
);
Expand Down

0 comments on commit 96235fe

Please sign in to comment.