Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Nov 7, 2023
1 parent 74cf949 commit 76af54e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const meta: Meta<typeof DatasetAlerts> = {
component: DatasetAlerts,
decorators: [WithI18next]
}
const editMetadataAlert = [new DatasetAlert('success', DatasetAlertMessageKey.METADATA_UPDATED)]
const allUpdateAlerts: DatasetAlert[] = [
new DatasetAlert('success', DatasetAlertMessageKey.METADATA_UPDATED),
new DatasetAlert('success', DatasetAlertMessageKey.THUMBNAIL_UPDATED),
Expand Down

0 comments on commit 76af54e

Please sign in to comment.