Skip to content

Commit

Permalink
Fixed spelling and reverted unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Jan 5, 2024
1 parent 004a41f commit 3f2d85a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export enum BroadcastChannelNames {
export const channelDefs: ModuleChannelDefinition[] = [
{
idString: BroadcastChannelNames.TimeSeries,
displayName: "TimeSeries (with value per realization)",
displayName: "Time series (with value per realization)",
kindOfKey: KeyKind.Realization,
},
];
Binary file not shown.
3 changes: 0 additions & 3 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ export default defineConfig(({ mode }) => {
rewrite: (path) => path.replace(/^\/api/, ""),
},
},
watch: {
usePolling: true,
},
},
};
});

0 comments on commit 3f2d85a

Please sign in to comment.