Skip to content

Commit

Permalink
Merge pull request #16800 from strapi/webhooks/edit-view
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoward1994 committed Jun 5, 2023
2 parents aba6485 + 409e1ab commit 9b56e4f
Show file tree
Hide file tree
Showing 22 changed files with 728 additions and 682 deletions.

This file was deleted.

This file was deleted.

@@ -0,0 +1,13 @@
import React from 'react';

import EventTable from '../Events';

// This component is overwritten by the EE counterpart
export function EventTableCE() {
return (
<EventTable.Root>
<EventTable.Headers />
<EventTable.Body />
</EventTable.Root>
);
}
@@ -0,0 +1,3 @@
import { EventTableCE } from './EventTableCE';

export default EventTableCE;

0 comments on commit 9b56e4f

Please sign in to comment.